refactoring
This commit is contained in:
@@ -6,7 +6,7 @@ export interface IKey {
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
handedOut: boolean;
|
||||
cylinder: ICylinder;
|
||||
cylinder: ICylinder[];
|
||||
nr: number;
|
||||
deletedAt?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user