1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Updating pro and some types for per app builder group support.

This commit is contained in:
mike12345567 2023-08-21 18:02:09 +01:00
parent cf1281780d
commit 466a2504e4
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 06a28b18a409cc12e9e8a5b69a094adcc6babd5a
Subproject commit a054a51726fa3f17879a469a04675778185b7ed7

View file

@ -7,6 +7,10 @@ export interface UserGroup extends Document {
color: string
users?: GroupUser[]
roles?: UserGroupRoles
// same structure as users
builder?: {
apps: string[]
}
createdAt?: number
scimInfo?: {
externalId: string