export interface UniSwitchField { requiredTrue: boolean; } export interface UniStrictSwitchField { key: string; type: 'switch'; }