export interface OrganizationUpdateDTO { emailDomains?: string[]; ipWhiteList?: string[]; name?: string; }