Interface SearchResult
🏷️ Properties
hits
ts
hits: SearchResultHit[]
The list of results
Defined in: packages/modrinth/index.ts:133
limit
ts
limit: number
The number of mods returned by the query
Defined in: packages/modrinth/index.ts:141
offset
ts
offset: number
The number of results that were skipped by the query
Defined in: packages/modrinth/index.ts:137
total_hits
ts
total_hits: number
The total number of mods that the query found
Defined in: packages/modrinth/index.ts:145