mirror of
https://github.com/immich-app/immich.git
synced 2026-01-03 00:30:11 -08:00
4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
export class TestEmailResponseDto {
|
|
messageId!: string;
|
|
}
|