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
RevLine 
[ec6ac45]1export class Pandemic {
[46c298d]2 Name: string;
[96108d8]3 TotalMK: BigInteger;
4 ActiveMK: BigInteger;
5 DeathsMK: BigInteger;
6 NewMK: BigInteger;
7 TotalGlobal: BigInteger;
8 DeathsGlobal: BigInteger;
9 ActiveGlobal: BigInteger;
[ec6ac45]10}
Note: See TracBrowser for help on using the repository browser.