export interface ISubNavVerticalCollection { data: Array; } export interface ISubNavVertical { url: string; name: string; icon?: string; }