This commit is contained in:
Frank
2025-09-28 12:49:27 -04:00
parent b64cecb079
commit 06495ea964
7 changed files with 724 additions and 18 deletions

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
}
}