mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 10:42:10 +00:00
Added simple Endpoint for strings
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
d42b0057c7
commit
d5c57fa6c7
7
interfaces.d.ts
vendored
7
interfaces.d.ts
vendored
@ -233,3 +233,10 @@ export interface Card<SetType extends SetResume = SetResume> extends CardResume
|
||||
energyType?: 'Normal' | // https://www.tcgdex.net/database/ecard/ecard1/160
|
||||
'Special' // https://www.tcgdex.net/database/ecard/ecard1/158
|
||||
}
|
||||
|
||||
export type StringEndpointList = Array<string>
|
||||
|
||||
export interface StringEndpoint {
|
||||
name: string
|
||||
cards: Array<CardResume>
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user