Merge branch 'master' into pc/bug-fixing
This commit is contained in:
commit
9989b2717d
|
@ -24,7 +24,7 @@ export interface GroupUser {
|
|||
}
|
||||
|
||||
export interface UserGroupRoles {
|
||||
[key: string]: string
|
||||
[key: string]: string | undefined
|
||||
}
|
||||
|
||||
export interface SearchGroupRequest {}
|
||||
|
|
|
@ -48,7 +48,7 @@ export interface GroupAddedOnboardingEvent extends BaseEvent {
|
|||
}
|
||||
|
||||
export interface GroupPermissionsEditedEvent extends BaseEvent {
|
||||
permissions: Record<string, string>
|
||||
permissions: Record<string, string | undefined>
|
||||
groupId: string
|
||||
audited: {
|
||||
name: string
|
||||
|
|
Loading…
Reference in New Issue