interface AppStateTutorialInterface { currentTutorial: string; } export default AppStateTutorialInterface;