source: Farmatiko/ClientApp/src/app/models/Pandemic.ts@ 333cdac

Last change on this file since 333cdac was 333cdac, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Frontend adjustments for prototype

  • Property mode set to 100644
File size: 205 bytes
RevLine 
[333cdac]1export class Pandemic {
2 Name: string;
3 TotalMK: BigInt;
4 ActiveMK: BigInt;
5 DeathsMK: BigInt;
6 NewMK: BigInt;
7 TotalGlobal: BigInt;
8 DeathsGlobal: BigInt;
9 ActiveGlobal: BigInt;
10}
Note: See TracBrowser for help on using the repository browser.