export default interface VariantsSearchRequestByBusinessId {
    businessId: string;
}
