xxx
This commit is contained in:
12
client/src/app/model/interface/cylinder.interface.ts
Normal file
12
client/src/app/model/interface/cylinder.interface.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { IKey } from "./key.interface";
|
||||
|
||||
export interface ICylinder {
|
||||
id: string;
|
||||
name: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
deletedAt: string;
|
||||
system: any;
|
||||
keys: IKey[];
|
||||
keyCount: number;
|
||||
}
|
||||
Reference in New Issue
Block a user