feat: Add random endpoints to the SDK (#277)

This commit is contained in:
2024-10-17 22:52:19 +02:00
committed by GitHub
parent 54a4b729b3
commit e08fd98269
4 changed files with 39 additions and 12 deletions

6
src/interfaces.d.ts vendored
View File

@ -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'