export type SendgridOptions = { readonly apiKey: string; readonly sender: string; }; export type SendGridAttachment = { content: string; filename: string; type: string; };