Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/app-elements/src/providers/TokenProvider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,8 @@ export interface TokenProviderExtras {
}
/** Allow to pass the current user in the app context when using an access token that does not contain an owner. */
user?: TokenProviderAuthUser
/** Custom data that can be passed to the app and used in the app context. */
organization?: {
isEnterprise?: boolean
}
}
Loading