Changeset 96108d8 for Farmatiko/ClientApp/src/app/models
- Timestamp:
- 07/22/20 13:57:20 (4 years ago)
- Branches:
- master
- Children:
- a8ccc2c
- Parents:
- fbaea22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/models/Pandemic.ts
rfbaea22 r96108d8 1 1 export class Pandemic { 2 2 Name: string; 3 TotalMK: BigInt ;4 ActiveMK: BigInt ;5 DeathsMK: BigInt ;6 NewMK: BigInt ;7 TotalGlobal: BigInt ;8 DeathsGlobal: BigInt ;9 ActiveGlobal: BigInt ;3 TotalMK: BigInteger; 4 ActiveMK: BigInteger; 5 DeathsMK: BigInteger; 6 NewMK: BigInteger; 7 TotalGlobal: BigInteger; 8 DeathsGlobal: BigInteger; 9 ActiveGlobal: BigInteger; 10 10 }
Note:
See TracChangeset
for help on using the changeset viewer.