UNPKG

@stratio/egeo

Version:
9 lines (8 loc) 164 B
export interface StSidebarItem { id: string; label: string; class?: string; items?: StSidebarItem[]; result?: string; disabled?: boolean; }