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