NexSDK
    Preparing search index...

    Interface SuggestionListResponse

    interface SuggestionListResponse {
        items: SuggestionResponse[];
        next_cursor: SuggestionListResponseNextCursor;
    }
    Index

    Properties

    Properties

    next_cursor: SuggestionListResponseNextCursor