Skip to content
Snippets Groups Projects
mailSubject.model.ts 83 B
Newer Older
  • Learn to ignore specific revisions
  • export interface IMailSubject {
      year: number
      month: number
      subject: string
    }