UNPKG

coersystem

Version:

Library for Angular projects

10 lines (9 loc) 201 B
import { IMenu } from "./menu.interface"; export interface IMenuOptionSelected { level: number; label: string; icon: string; path: string; queryParams: string; tree: IMenu[]; }