chore: fixes to http and request types for sales channes, taxes, and store (#13832)

This commit is contained in:
Shahed Nasser
2025-10-28 10:10:14 +01:00
committed by GitHub
parent a2b6ef36d9
commit 4f4ab6208d
13 changed files with 48 additions and 29 deletions
@@ -1,4 +1,4 @@
import { FindParams } from "../../common"
import { SelectParams } from "../../common"
import {
BaseProductListParams,
BaseProductOptionParams,
@@ -25,7 +25,7 @@ export interface StoreProductPricingContext {
*/
cart_id?: string
}
export interface StoreProductParams extends FindParams, StoreProductPricingContext {}
export interface StoreProductParams extends SelectParams, StoreProductPricingContext {}
export interface StoreProductListParams
extends Omit<BaseProductListParams, "tags" | "status" | "categories" | "deleted_at">, StoreProductPricingContext {
@@ -1,4 +1,4 @@
interface AdminCreateTaxRateRule {
export interface AdminCreateTaxRateRule {
/**
* The name of the table that the rule references.
*