/** * 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 { InputConfig } from "./InputConfig"; import { InputConstraint } from "./InputConstraint"; export declare const InputField: core.serialization.ObjectSchema; export declare namespace InputField { interface Raw { key: string; label: string; description?: string | null; type: string; defaultValue?: any | null; config?: InputConfig.Raw | null; constraints?: InputConstraint.Raw[] | null; } }