mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-16 11:49:52 +00:00
feat: Add random endpoints to the SDK (#277)
This commit is contained in:
6
src/interfaces.d.ts
vendored
6
src/interfaces.d.ts
vendored
@ -316,6 +316,6 @@ export type Quality = 'low' | 'high'
|
||||
export type Extension = 'jpg' | 'webp' | 'png'
|
||||
|
||||
export type Endpoints = 'cards' | 'categories' | 'dex-ids' | 'energy-types' |
|
||||
'hp' | 'illustrators' | 'rarities' | 'regulation-marks' |
|
||||
'retreats' | 'series' | 'sets' | 'stages' | 'suffixes' |
|
||||
'trainer-types' | 'types' | 'variants'
|
||||
'hp' | 'illustrators' | 'rarities' | 'regulation-marks' |
|
||||
'retreats' | 'series' | 'sets' | 'stages' | 'suffixes' |
|
||||
'trainer-types' | 'types' | 'variants' | 'random'
|
||||
|
Reference in New Issue
Block a user