Skip to content

Commit

Permalink
feat: add Item creation field avoidDuplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostframe committed Jan 7, 2025
1 parent 3f9dfa7 commit 3f09c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,6 @@ export type CreateItemOptions = {
* If not specified, all products available to your subscription level will be collected.
*/
products?: ProductType[]
/** Avoid duplicate items per user */
avoidDuplicates?: boolean
}

0 comments on commit 3f09c0d

Please sign in to comment.