/** * This file was auto-generated by Fern from our API Definition. */ export interface BooleanPropertyConfig { /** Allow a neither true or false state to be stored as `null` */ allowIndeterminate: boolean; }