Skip to content

Interface QueryOption

The options to query

🏷️ Properties

client optional

ts
client: (url: string, options: QueryOption, body?: object, text?: boolean) => Promise<string | object>

override the http client

Defined in: packages/curseforge/index.ts:477

headers optional

ts
headers: Record<string, any>

Additional header

Defined in: packages/curseforge/index.ts:473