mirror of
https://github.com/samsonjs/immich.git
synced 2026-06-25 05:09:12 +00:00
3 lines
60 B
TypeScript
3 lines
60 B
TypeScript
export class TestEmailResponseDto {
|
|
messageId!: string;
|
|
}
|