Add missing properties, but their names are weird

They're like this in the JSON :(
This commit is contained in:
CptSpaceToaster
2021-03-26 12:36:18 -04:00
parent 5b5d076e52
commit 380d2e7c97

View File

@ -5,6 +5,8 @@ export interface ITCGPlayer {
normal: IPrice | undefined;
holofoil: IPrice | undefined;
reverseHolofoil: IPrice | undefined;
'1stEditionNormal': IPrice | undefined;
'1stEditionHolofoil': IPrice | undefined;
}
}