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