export type SendgridConfig = { API_KEY: string; [key: string]: any; };