export interface SaveSupplierBusinessEmitterInterface {
    value : number,
    isChecked: boolean
}