/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as Flatfile from "../../../../api/index"; import * as core from "../../../../core"; import { AccountId } from "../../commons/types/AccountId"; import { AppId } from "../../commons/types/AppId"; export declare const Account: core.serialization.ObjectSchema; export declare namespace Account { interface Raw { id: AccountId.Raw; name: string; primaryDomain?: string | null; subdomain?: string | null; vanityDomainDashboard?: string | null; vanityDomainSpaces?: string | null; embeddedDomainWhitelist?: string[] | null; customFromEmail?: string | null; stripeCustomerId?: string | null; metadata: Record; createdAt: string; updatedAt: string; defaultAppId?: AppId.Raw | null; dashboard?: number | null; } }