Kavita/UI/Web/src/app/_models/email-history.ts
2025-01-20 06:14:57 -08:00

7 lines
142 B
TypeScript

export interface EmailHistory {
sent: boolean;
sendDate: string;
emailTemplate: string;
errorMessage: string;
toUserName: string;
}