keys
This commit is contained in:
9
client/src/app/model/interface/key.interface.ts
Normal file
9
client/src/app/model/interface/key.interface.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface IKey {
|
||||
id: string;
|
||||
name: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
handedOut: boolean;
|
||||
cylinder: any;
|
||||
nr: number;
|
||||
}
|
||||
Reference in New Issue
Block a user