...
This commit is contained in:
@@ -3,7 +3,7 @@ import { Customer, Cylinder } from '../entitites';
|
||||
export interface IKey {
|
||||
id: string;
|
||||
name: string;
|
||||
nr: number;
|
||||
nr: string;
|
||||
handedOut: boolean;
|
||||
cylinder: Cylinder;
|
||||
customer: Customer;
|
||||
|
||||
Reference in New Issue
Block a user