mirror of
https://git.vectorsigma.ru/public/immich.git
synced 2026-08-07 16:18:21 +00:00
4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
export class TestEmailResponseDto {
|
|
messageId!: string;
|
|
}
|