UNPKG

@notadd/injection

Version:

Notadd Injection Package.

8 lines (7 loc) 139 B
export interface Menu { id: string; title: string; type: "collapse" | "item"; icon?: string; children?: Array<Menu>; }