count instances to type
This commit is contained in:
parent
705297ba50
commit
c42a41d895
12 changed files with 24 additions and 3 deletions
|
@ -2,4 +2,5 @@ export interface EquipmentTypeViewModel {
|
|||
id: string;
|
||||
type: string;
|
||||
description: string;
|
||||
equipmentCount: number;
|
||||
}
|
||||
|
|
|
@ -2,4 +2,5 @@ export interface VehicleTypeViewModel {
|
|||
id: string;
|
||||
type: string;
|
||||
description: string;
|
||||
vehicleCount: number;
|
||||
}
|
||||
|
|
|
@ -2,4 +2,5 @@ export interface WearableTypeViewModel {
|
|||
id: string;
|
||||
type: string;
|
||||
description: string;
|
||||
wearableCount: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue