add regulationMark property to card interface
This commit is contained in:
@ -36,6 +36,7 @@ export class Card implements ICard {
|
||||
flavorText?: string;
|
||||
nationalPokedexNumbers?: number[];
|
||||
legalities: ILegality;
|
||||
regulationMark?: string;
|
||||
images: ICardImage;
|
||||
tcgplayer?: ITCGPlayer;
|
||||
cardmarket?: ICardmarket;
|
||||
|
||||
@ -33,6 +33,7 @@ export interface ICard {
|
||||
flavorText?: string;
|
||||
nationalPokedexNumbers?: number[];
|
||||
legalities: ILegality;
|
||||
regulationMark?: string;
|
||||
images: ICardImage;
|
||||
tcgplayer?: ITCGPlayer;
|
||||
cardmarket?: ICardmarket;
|
||||
|
||||
Reference in New Issue
Block a user