Fixed name

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-28 11:36:20 +02:00
parent 720bc6b43a
commit eec10c548a

2
interfaces.d.ts vendored
View File

@@ -256,7 +256,7 @@ export interface Card<SetType extends SetResume = SetResume> extends CardResume
/**
* Define the rotation mark on cards >= Sword & Shield
*/
rotationMark?: string
regulationMark?: string
}
export type StringEndpointList = Array<string>