export class Pandemic { Name: string; TotalMK: BigInteger; ActiveMK: BigInteger; DeathsMK: BigInteger; NewMK: BigInteger; TotalGlobal: BigInteger; DeathsGlobal: BigInteger; ActiveGlobal: BigInteger; }