wip: zen
This commit is contained in:
parent
b64cecb079
commit
06495ea964
7 changed files with 724 additions and 18 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { Context } from "./context"
|
||||
import { UserRole } from "./schema/user.sql"
|
||||
import { Log } from "./util/log"
|
||||
|
||||
export namespace Actor {
|
||||
|
|
@ -20,6 +21,7 @@ export namespace Actor {
|
|||
properties: {
|
||||
userID: string
|
||||
workspaceID: string
|
||||
role: UserRole
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue