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