키가 'StoreOptions' Vuex 4 + Vue 3 + Typescript 유형에 없습니다. Typescript와 Vue3가 있는 Vuex 4 Store를 설정하고 싶습니다.저는 타자기에 대한 경험이 거의 없습니다. 초기 설정을 위해 Vuex 튜토리얼을 따라 거의 복사 붙여넣기 작업을 수행했습니다.유일하게 다른 요소는 내 안에 있다는 것입니다.State인터페이스 유형의 키가 있습니다.Station. 이 오류가 발생했습니다. TS2345: Argument of type '{ station: {}; isOverlayActive: boolean; }' is not assignable to parameter of type 'StoreOptions'. Object literal may only specif..