Type alias SearchResponse

SearchResponse: { count: number; cursor: string; results: SearchResult[] | []; start: number; total: number }

Type declaration

  • Readonly count: number

    The number of results returned by this query

  • Readonly cursor: string

    The cursor of the search

  • Readonly results: SearchResult[] | []

    The results of this query

  • Readonly start: number

    The start of the search

  • Readonly total: number

    The total number of results

Generated using TypeDoc