GetGroupsResponse: {
    groupList: Record<GroupId, Group>;
    limit: number;
    nextKey: string | null | undefined;
    startKey: string | null | undefined;
}

Type declaration

  • groupList: Record<GroupId, Group>
  • limit: number
  • nextKey: string | null | undefined
  • startKey: string | null | undefined

Generated using TypeDoc