export default interface SuppliersQueryRequestByBusinessId {
    businessId: string;
}
