xxx
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import { ICylinder } from "./cylinder.interface";
|
||||
|
||||
export interface IKey {
|
||||
id: string;
|
||||
name: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
handedOut: boolean;
|
||||
cylinder: any;
|
||||
cylinder: ICylinder;
|
||||
nr: number;
|
||||
deletedAt?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user