1 2 3 4 5 6
interface OptionsModel { difficulty: number, theme: string } export default OptionsModel;