/** * This file was auto-generated by Fern from our API Definition. */ export type LiteralJsonSchemaPropertyType = "boolean" | "string" | "integer" | "number"; export declare const LiteralJsonSchemaPropertyType: { readonly Boolean: "boolean"; readonly String: "string"; readonly Integer: "integer"; readonly Number: "number"; };