import { ICheckboxItem } from '../interfaces/ICheckbox'

export type TCheckboxValue = string | number;
export type TCheckboxItem = string | ICheckboxItem