Lost Keys

This commit is contained in:
Bastian Wagner
2025-01-03 13:39:47 +01:00
parent c8c2ee18cb
commit 92f0c10bd8
35 changed files with 569 additions and 42 deletions

View File

@@ -9,4 +9,5 @@ export interface IKey {
cylinder: ICylinder[];
nr: number;
deletedAt?: string;
keyLost: Date | null;
}