/** * 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 { Constraint } from "./Constraint"; import { FieldAppearance } from "./FieldAppearance"; import { Action } from "../../commons/types/Action"; export declare const BaseProperty: core.serialization.ObjectSchema; export declare namespace BaseProperty { interface Raw { key: string; label?: string | null; description?: string | null; constraints?: Constraint.Raw[] | null; readonly?: boolean | null; appearance?: FieldAppearance.Raw | null; actions?: Action.Raw[] | null; metadata?: any | null; treatments?: string[] | null; alternativeNames?: string[] | null; } }