From 22589b0be5e196e64ef09ca951efbf15bf123e2e Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 28 May 2021 11:25:55 +0200 Subject: [PATCH] Updated interface to support new rotationMark field Signed-off-by: Avior --- interfaces.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/interfaces.d.ts b/interfaces.d.ts index 4767f06..7d75411 100644 --- a/interfaces.d.ts +++ b/interfaces.d.ts @@ -265,6 +265,11 @@ export interface Card 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