mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 02:42:08 +00:00
Updated interface to support new rotationMark field
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
81d4447d27
commit
22589b0be5
5
interfaces.d.ts
vendored
5
interfaces.d.ts
vendored
@ -265,6 +265,11 @@ export interface Card<SetType extends SetResume = SetResume> extends CardResume
|
||||
// Energy Only
|
||||
energyType?: 'Normal' | // https://www.tcgdex.net/database/ecard/ecard1/160
|
||||
'Special' // https://www.tcgdex.net/database/ecard/ecard1/158
|
||||
|
||||
/**
|
||||
* Define the rotation mark on cards >= Sword & Shield
|
||||
*/
|
||||
rotationMark?: string
|
||||
}
|
||||
|
||||
export type StringEndpointList = Array<string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user