Interface GetGroupsForCurrentUserResponse

interface GetGroupsForCurrentUserResponse {
    groups: Pick<Group, "id" | "name" | "isProjectGroup" | "isSystemGroup">[];
}

Properties

Properties

groups: Pick<Group, "id" | "name" | "isProjectGroup" | "isSystemGroup">[]

An array of group information objects.

Generated using TypeDoc