/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * A `true` or `false` value type. Matching engines should attempt to resolve all common ways of representing this value and it should usually be displayed as a checkbox. */ export interface BooleanProperty extends Flatfile.BaseProperty { config?: Flatfile.BooleanPropertyConfig; }