Hierarchy

  • STResults

Constructors

Properties

Constructors

  • new STResults(stats: { count: number; first: number; last: number }, results: any[]): STResults
  • Parameters

    • stats: { count: number; first: number; last: number }

      The object to get the properties first, last, and count from.

      • count: number
      • first: number
      • last: number
    • results: any[]

      The search results

    Returns STResults

Properties

count: number

The total number of matches.

first: number

The minimum game ID.

last: number

The maximum game ID.

results: any[]

An array of the actual search results.

Generated using TypeDoc