Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

GroupDetail

GroupDetail: { groupName: string; sort?: number; users: GroupUser[] }

The grouping options

Type declaration

  • groupName: string

    Group name

  • Optional sort?: number

    Field to sort gropus

  • users: GroupUser[]

    Group users

GroupDetails

GroupDetails: Record<string, GroupDetail>

Details of groups

OperationQueue

OperationQueue: { fromGroupUuid?: string; toGroupUuid?: string; type: OperationType }[]

Operation queue