define-unit.ts 103 Bytes Raw Blame History Permalink 1 2 3 4 5 6 export class Unit { menuId: number; unitId: number; level: string; unitName: string; }