Interface EpicSearchResults

The results of the Epic search query.

Hierarchy

  • EpicSearchResults

Properties

Properties

cursors?: string[]

A list of search results.

next?: string

The URL path and query string for the next page of search results.

total: number

The total number of matches for the search query. The first 1000 matches can be paged through via the API.

Format

int64

Generated using TypeDoc