Skip to main content

Interface: QueriedGameResult

Properties

exhaustiveNbHits

โ€ข exhaustiveNbHits: true

Whether the amount of hits is exhaustive or not

Defined in

lib/utils/interfaces.ts:85


hits

โ€ข hits: QueriedGameUS[]

The hits for this query

Defined in

lib/utils/interfaces.ts:75


hitsPerPage

โ€ข hitsPerPage: number

The amount of hits per page

Defined in

lib/utils/interfaces.ts:83


nbHits

โ€ข nbHits: number

The amount of hits

Defined in

lib/utils/interfaces.ts:77


nbPages

โ€ข nbPages: number

The amount of pages available

Defined in

lib/utils/interfaces.ts:81


page

โ€ข page: number

The page that the result is on

Defined in

lib/utils/interfaces.ts:79


params

โ€ข params: string

The params that were used

Defined in

lib/utils/interfaces.ts:89


processingTimeMS

โ€ข processingTimeMS: number

The amount of time it took the nintendo.com API to process this request

Defined in

lib/utils/interfaces.ts:91


query

โ€ข query: string

The query that was used

Defined in

lib/utils/interfaces.ts:87