source: Farmatiko/ClientApp/src/app/models/Pandemic.ts@ 96108d8

Last change on this file since 96108d8 was 96108d8, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Format code and fix errors

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