export interface ActiveObj { isActive: boolean; } export interface Icons { left: string; down: string; }