Handout management
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Cylinder } from '../entitites';
|
||||
import { Customer, Cylinder } from '../entitites';
|
||||
|
||||
export interface IKey {
|
||||
id: string;
|
||||
@@ -6,5 +6,6 @@ export interface IKey {
|
||||
nr: number;
|
||||
handedOut: boolean;
|
||||
cylinder: Cylinder;
|
||||
customer: Customer;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user