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