This commit is contained in:
Frank
2025-09-28 12:49:27 -04:00
parent 4be998a4f5
commit f6406c2a60
7 changed files with 724 additions and 18 deletions
+2
View File
@@ -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
}
}