export interface MainState { isCoverContainer: boolean } export const enum MainMutations { IS_SHOW_COVER_CONTAINER = 'IS_SHOW_COVER_CONTAINER' }