export interface IUserActions { route: string; type: string; active: boolean; icon?: any; actionUrl?: string; }