/** * 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 { Suborganization } from "./Suborganization"; import { Address } from "./Address"; export declare const Nonprofit: core.serialization.ObjectSchema; export declare namespace Nonprofit { interface Raw { id: string; name: string; preferredName?: string | null; ein: string; suborganizations?: Suborganization.Raw[] | null; address?: Address.Raw | null; picture?: string | null; website?: string | null; createdAt?: string | null; updatedAt?: string | null; isDafPayNetwork?: boolean | null; inGoodStanding?: boolean | null; claimed?: boolean | null; } }