We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
widgets:dsync:manage
WidgetScope
1 parent 29048e9 commit 023a02eCopy full SHA for 023a02e
1 file changed
src/widgets/interfaces/get-token.ts
@@ -2,6 +2,7 @@ export type WidgetScope =
2
| 'widgets:users-table:manage'
3
| 'widgets:sso:manage'
4
| 'widgets:domain-verification:manage'
5
+ | 'widgets:dsync:manage'
6
| 'widgets:api-keys:manage';
7
export interface GetTokenOptions {
8
organizationId: string;
0 commit comments