We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cacc4b commit 5d5b775Copy full SHA for 5d5b775
cli/src/schemas.ts
@@ -95,6 +95,7 @@ export const PermissionSchema = v.picklist(
95
96
/**
97
* Validates operation types
98
+ * @internal
99
*/
100
export const OperationTypeSchema = v.picklist([
101
'org:add-user',
0 commit comments