Files
immich/server/src/dtos/notification.dto.ts

4 lines
60 B
TypeScript

export class TestEmailResponseDto {
messageId!: string;
}