Skip to content

Commit

Permalink
Update wexcommerce-types
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 12, 2024
1 parent b033e6f commit 738f258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/wexcommerce-types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ export interface GetProductsPayload {
size?: number;
orderBy?: ProductOrderBy;
}
export interface GetBackendProductsPayload {
orderBy?: ProductOrderBy;
}
export interface FeaturedCategory {
category: CategoryInfo;
products: Product[];
Expand Down
Loading

0 comments on commit 738f258

Please sign in to comment.