export type CheckboxProperties = Record; export type CheckboxPropertyValue = { name: string; state: boolean; }; export type MandatoryFields = { id: number; name: string; };