Fixed name

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-05-28 11:36:20 +02:00
parent 720bc6b43a
commit eec10c548a
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
*/
rotationMark?: string
regulationMark?: string
}
export type StringEndpointList = Array<string>