refactoring

This commit is contained in:
Bastian Wagner
2025-01-03 11:00:02 +01:00
parent a47bbe29fe
commit c8c2ee18cb
35 changed files with 285 additions and 167 deletions

View File

@@ -6,7 +6,7 @@ export interface IKey {
createdAt: string;
updatedAt: string;
handedOut: boolean;
cylinder: ICylinder;
cylinder: ICylinder[];
nr: number;
deletedAt?: string;
}