solapi
    Preparing search index...
    type GetGroupsResponse = {
        groupList: Record<GroupId, Group>;
        limit: number;
        nextKey: string | null | undefined;
        startKey: string | null | undefined;
    }
    Index

    Properties

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