Multicylinders
This commit is contained in:
@@ -5,7 +5,7 @@ export interface IKey {
|
||||
name: string;
|
||||
nr: string;
|
||||
handedOut: boolean;
|
||||
cylinder: Cylinder;
|
||||
cylinder: Cylinder[];
|
||||
customer: Customer;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user