export type UpdateOrganizationDto = { /** * The name of the organization to create */ orgname?: string; /** * The billing email to use for the organization */ billingEmail?: string; };