export interface MailConfig {
    sendGridApiKey: string;
    defaultFromEmail?: string;
    defaultFromName?: string;
}
