export interface IFactoringCheckboxItem { name: string; label: string; isChecked: boolean; }