wip: zen
This commit is contained in:
parent
1024537b47
commit
70da3a9399
33 changed files with 2017 additions and 115 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { Context } from "./context"
|
||||
import { UserRole } from "./schema/user.sql"
|
||||
import { Log } from "./util/log"
|
||||
|
||||
export namespace Actor {
|
||||
|
|
@ -21,7 +20,6 @@ export namespace Actor {
|
|||
properties: {
|
||||
userID: string
|
||||
workspaceID: string
|
||||
role: (typeof UserRole)[number]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue