/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../.."; import * as WorkOS from "../../../../api"; import * as core from "../../../../core"; export declare const Organization: core.serialization.ObjectSchema; export declare namespace Organization { interface Raw { object: "organization"; id: string; name: string; allow_profiles_outside_organization: boolean; domains: serializers.OrganizationDomain.Raw[]; created_at: string; updated_at: string; } }