Skip to content

Commit

Permalink
Add discounts field when searching for items
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyherbert committed Sep 4, 2023
1 parent 172fdae commit 419ea73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ export type SearchItem = Omit<Item, 'previews'> & {
live_site ?: {
url: string;
}
}
};
discounts: ItemDiscount[];
};

/**
Expand Down

0 comments on commit 419ea73

Please sign in to comment.