/** * This file was auto-generated by Fern from our API Definition. */ export type EntityPropertyType = "Text" | "Int" | "Float" | "Boolean"; export declare const EntityPropertyType: { readonly Text: "Text"; readonly Int: "Int"; readonly Float: "Float"; readonly Boolean: "Boolean"; };