/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vellum from "../../api/index"; import * as core from "../../core"; import { NewMemberJoinBehaviorEnum } from "./NewMemberJoinBehaviorEnum"; export declare const OrganizationRead: core.serialization.ObjectSchema; export declare namespace OrganizationRead { interface Raw { id: string; name: string; created?: string | null; allow_staff_access?: boolean | null; new_member_join_behavior: NewMemberJoinBehaviorEnum.Raw; limit_config?: Record | null; } }