export interface AsterNavigationItem { name: string; icon: string; url: string; [index: string]: any; }