export default interface VariantsRequestByProductId {
    productId: string;
}
