EmailSendingAddressBase: {
    createdAt: string;
    emailAddress?: string;
    emailName?: string;
    updatedAt: string;
}