Interface GetGroupsForCurrentUserResponse
interface GetGroupsForCurrentUserResponse { groups: Pick<Group, | "name" | "id" | "isProjectGroup" | "isSystemGroup">[]; } Properties
groups
groups: Pick<Group, | "name" | "id" | "isProjectGroup" | "isSystemGroup">[]
An array of group information objects.