/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Chariot from "../../api/index"; import * as core from "../../core"; import { Address } from "./Address"; export declare const Suborganization: core.serialization.ObjectSchema; export declare namespace Suborganization { interface Raw { id: string; name: string; preferredName?: string | null; address?: Address.Raw | null; picture?: string | null; website?: string | null; createdAt?: string | null; updatedAt?: string | null; } }