This commit is contained in:
Bastian Wagner
2026-02-19 22:29:46 +01:00
parent 4df51e0698
commit 29bfffc505
15 changed files with 107 additions and 21 deletions

View File

@@ -3,6 +3,7 @@ import { IKey } from "./key.interface";
export interface ICylinder {
id: string;
name: string;
description: string;
createdAt: string;
updatedAt: string;
deletedAt: string;