export interface EmailSettings { invitationEmail: InvitationEmail; } export interface InvitationEmail { defaultContent: string; }