source:
Farmatiko/ClientApp/src/app/models/Pandemic.ts@
ec6ac45
Last change on this file since ec6ac45 was ec6ac45, checked in by , 5 years ago | |
---|---|
|
|
File size: 205 bytes |
Rev | Line | |
---|---|---|
[ec6ac45] | 1 | export 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.