interface AppStateSidebarInterface { activeSection: string; isOpen: boolean; sections: string[]; } export default AppStateSidebarInterface;