|
|
@ -2,6 +2,7 @@ import { i18n } from '@/i18n' |
|
|
import type { Language, State } from './state' |
|
|
import type { Language, State } from './state' |
|
|
import type { Root } from '../key' |
|
|
import type { Root } from '../key' |
|
|
import type { CreateActions } from '../types' |
|
|
import type { CreateActions } from '../types' |
|
|
|
|
|
|
|
|
export interface Actions { |
|
|
export interface Actions { |
|
|
SET_SHOP_LIST(list: Shop[]): void |
|
|
SET_SHOP_LIST(list: Shop[]): void |
|
|
SET_BUILDING_LIST(list: Building[]): void |
|
|
SET_BUILDING_LIST(list: Building[]): void |
|
|
|