Jira.js - Jira Cloud API library
    Preparing search index...

    Interface PageWithCursorGetTeamResponseForPage

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

    Properties

    cursor?: string
    last?: boolean
    nextPageCursor?: string
    size?: number
    total?: number
    values?: GetTeamResponseForPage[]