Updated interface to support new rotationMark field

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-05-28 11:25:55 +02:00
parent 81d4447d27
commit 22589b0be5
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

5
interfaces.d.ts vendored
View File

@ -265,6 +265,11 @@ export interface Card<SetType extends SetResume = SetResume> extends CardResume
// Energy Only // Energy Only
energyType?: 'Normal' | // https://www.tcgdex.net/database/ecard/ecard1/160 energyType?: 'Normal' | // https://www.tcgdex.net/database/ecard/ecard1/160
'Special' // https://www.tcgdex.net/database/ecard/ecard1/158 'Special' // https://www.tcgdex.net/database/ecard/ecard1/158
/**
* Define the rotation mark on cards >= Sword & Shield
*/
rotationMark?: string
} }
export type StringEndpointList = Array<string> export type StringEndpointList = Array<string>