Interface PageWithCursorGetTeamResponseForPage

interface PageWithCursorGetTeamResponseForPage {
    cursor?: string;
    last?: boolean;
    nextPageCursor?: string;
    size?: number;
    total?: number;
    values?: GetTeamResponseForPage[];
}

Properties

cursor?: string
last?: boolean
nextPageCursor?: string
size?: number
total?: number