Fixed regulation Mark name not being correct

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-05-28 11:37:23 +02:00
parent f62615814d
commit ed3fbcf5db
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

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 * Define the rotation mark on cards >= Sword & Shield
*/ */
regulationMark?: string regulationMark?: string
} }
export type StringEndpointList = Array<string> export type StringEndpointList = Array<string>