export interface ISubNavCollection { data: Array; } export interface ISubNav { url: string; icon: string; name: string; }