mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-08-03 11:01:59 +00:00
Fixed regulation Mark name not being correct
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2
interfaces.d.ts
vendored
2
interfaces.d.ts
vendored
@@ -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>
|
||||||
|
Reference in New Issue
Block a user