Type Alias: BasePatreonQuery
BasePatreonQuery =
object
Defined in: schemas/v2/query.ts:62
Properties
params
params:
URLSearchParams
Defined in: schemas/v2/query.ts:73
The raw search params. Use BasePatreonQuery.query for the stringified params.
query
query:
string
Defined in: schemas/v2/query.ts:67
The actual encoded query string.
Example
ts
`'?fields%5Buser%5D=url%2Cname'`