/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * name: "string" * } */ export interface CreateOrganizationOpts { name: string; allowProfilesOutsideOrganization?: boolean; domains?: string[]; }