UNPKG

coersystem

Version:

Library for Angular projects

11 lines (10 loc) 197 B
export interface IMenu { id?: number; label: string; icon?: string; path?: string; show?: 'LIST' | 'GRID'; readonly?: boolean; secuence?: number; items?: IMenu[]; }