NexSDK
    Preparing search index...

    Interface IssueListResponse

    interface IssueListResponse {
        items: IssueResponse[];
        next_cursor: IssueListResponseNextCursor;
    }
    Index

    Properties

    Properties

    items: IssueResponse[]
    next_cursor: IssueListResponseNextCursor