export default class EmailPreview { guid: string | null; to: string | null; from: string | null; subject: string | null; }