UNPKG

@elastic-suite/gally-admin-shared

Version:
11 lines (9 loc) 159 B
export interface IMenuChild { code: string label: string children?: IMenuChild[] path?: string } export interface IMenu { hierarchy: IMenuChild[] }