@labkey/api
    Preparing search index...

    Interface GetGroupsForCurrentUserResponse

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

    Properties

    Properties

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

    An array of group information objects.