diff --git a/src/store/root/actions.ts b/src/store/root/actions.ts index 8aaae97..7d1bf13 100644 --- a/src/store/root/actions.ts +++ b/src/store/root/actions.ts @@ -2,6 +2,7 @@ import { i18n } from '@/i18n' import type { Language, State } from './state' import type { Root } from '../key' import type { CreateActions } from '../types' + export interface Actions { SET_SHOP_LIST(list: Shop[]): void SET_BUILDING_LIST(list: Building[]): void