import { ResourceMark } from './shared/resource-mark.model'; export interface EmailTemplate { id: string; title: string; subtitle: string; template: string; templateEditorStructure: any; createdByMark: ResourceMark; updatedByMark: ResourceMark; createdAt: Date; updatedAt: Date; }