chore: fixes to http and request types for sales channes, taxes, and store (#13832)
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user