/**
 * Built-in editor for Boolean fields.
 */
export type BooleanEditorConfiguration = Record<string, never>;
