Hardware Asset

Properties
public _id: ObjectId;
public name: string;
public model: string;
public date: string;
public parent_employee: ObjectId;
public ip: string;
public manufacturer: string;
public note: string;
public type: string;

Last updated

Was this helpful?