Skip to content

Commit 70b0be9

Browse files
committed
add missing file
1 parent 4be06c0 commit 70b0be9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

types/user.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)