fix: build

This commit is contained in:
hamid zarghami
2025-10-29 15:35:49 +03:30
parent 720f75df88
commit d57d6be271
+2 -1
View File
@@ -251,7 +251,8 @@ export type GetProductVariantsResponseType = {
status: number;
success: boolean;
results: {
productVariant: ProductVariantDetailType;
productVariants: ProductVariantDetailType[];
count: number;
};
};