Represents the processed paginated response for user groups.

interface GetGroupsResponse {
    groups: ESPRMGroup[];
    nextId: string;
    total: string;
}

Properties

Properties

groups: ESPRMGroup[]
nextId: string
total: string