Add missing properties, but their names are weird
They're like this in the JSON :(
This commit is contained in:
@ -5,6 +5,8 @@ export interface ITCGPlayer {
|
||||
normal: IPrice | undefined;
|
||||
holofoil: IPrice | undefined;
|
||||
reverseHolofoil: IPrice | undefined;
|
||||
'1stEditionNormal': IPrice | undefined;
|
||||
'1stEditionHolofoil': IPrice | undefined;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user