fix: build
This commit is contained in:
@@ -251,7 +251,8 @@ export type GetProductVariantsResponseType = {
|
|||||||
status: number;
|
status: number;
|
||||||
success: boolean;
|
success: boolean;
|
||||||
results: {
|
results: {
|
||||||
productVariant: ProductVariantDetailType;
|
productVariants: ProductVariantDetailType[];
|
||||||
|
count: number;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user