count instances to type

This commit is contained in:
Julian Krauser 2025-07-11 09:33:37 +02:00
parent 705297ba50
commit c42a41d895
12 changed files with 24 additions and 3 deletions

View file

@ -18,4 +18,6 @@ export class wearableType {
@OneToMany(() => inspectionPlan, (ip) => ip.wearableType)
inspectionPlans: inspectionPlan[];
wearableCount: number;
}