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 4be06c0 commit 70b0be9Copy full SHA for 70b0be9
types/user.ts
@@ -0,0 +1,7 @@
1
+export enum USER_PERMISSION {
2
+ NONE = 0,
3
+ READ_ONLY = 1,
4
+ READ_WRITE = 2,
5
+}
6
+
7
+export { PermissionAction as USER_ACTION } from '../src/proto/schema_pb'
0 commit comments