export interface UniCheckboxField { requiredTrue: boolean; } export interface UniStrictCheckboxField { key: string; type: 'checkbox'; }