source:
Farmatiko/ClientApp/src/app/models/Pandemic.ts@
d2e69be
Last change on this file since d2e69be was 96108d8, checked in by , 4 years ago | |
---|---|
|
|
File size: 217 bytes |
Line | |
---|---|
1 | export 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.