Skip to content

Commit 182a5a2

Browse files
committed
feat: add oauthRedirectUri to CreateItemOptions
1 parent 49b1ab0 commit 182a5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/item.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,6 @@ export type CreateItemOptions = {
132132
products?: ProductType[]
133133
/** Avoid duplicate items per user */
134134
avoidDuplicates?: boolean
135+
/** Redirect URI required for the Oauth flow */
136+
oauthRedirectUri?: string
135137
}

0 commit comments

Comments
 (0)