diff --git a/vtex/loaders/intelligentSearch/productList.ts b/vtex/loaders/intelligentSearch/productList.ts index 9abce9c..af79a74 100644 --- a/vtex/loaders/intelligentSearch/productList.ts +++ b/vtex/loaders/intelligentSearch/productList.ts @@ -13,11 +13,6 @@ import type { Product as ProductVTEX } from "../../utils/types"; export interface ProductListProps { props?: CollectionProps | QueryProps | ProductIDProps | FacetsProps; - query?: string; - count?: number; - sort?: string; - collection?: string; - hideUnavailableItems?: boolean; } interface CollectionProps { diff --git a/vtex/loaders/productListFull.ts b/vtex/loaders/productListFull.ts index b9a0ce4..3777a89 100644 --- a/vtex/loaders/productListFull.ts +++ b/vtex/loaders/productListFull.ts @@ -13,11 +13,6 @@ import type { Product as ProductVTEX } from "../utils/types"; export interface ProductListProps { props?: CollectionProps | QueryProps | ProductIDProps | FacetsProps; - query?: string; - count?: number; - sort?: string; - collection?: string; - hideUnavailableItems?: boolean; } /** @title Collection ID */