Multicylinders

This commit is contained in:
Bastian Wagner
2025-01-02 11:17:28 +01:00
parent 66302ff05a
commit bf64103369
12 changed files with 199 additions and 34 deletions

View File

@@ -5,7 +5,7 @@ export interface IKey {
name: string;
nr: string;
handedOut: boolean;
cylinder: Cylinder;
cylinder: Cylinder[];
customer: Customer;
createdAt: Date;
}