Schließanlagen können gelöscht werden

This commit is contained in:
Bastian Wagner
2026-02-20 16:44:59 +01:00
parent 955faa5cd5
commit 6797b73eb1
17 changed files with 302 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
export interface ISystem {
id: string;
createdAt: string;
updatedAt: string;
deletedAt?: string;
name: string;
}