From ed3fbcf5dbe868e636b10e3a098e5a281196ec72 Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 28 May 2021 11:37:23 +0200 Subject: [PATCH] Fixed regulation Mark name not being correct Signed-off-by: Avior --- interfaces.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces.d.ts b/interfaces.d.ts index 9a5a086..9ecd06c 100644 --- a/interfaces.d.ts +++ b/interfaces.d.ts @@ -256,7 +256,7 @@ export interface Card extends CardResume /** * Define the rotation mark on cards >= Sword & Shield */ - regulationMark?: string + regulationMark?: string } export type StringEndpointList = Array