Options
All
  • Public
  • Public/Protected
  • All
Menu

Module views/Shopping/services/store/MarketStatus

Index

Variables

Variables

default: { actions: { fetchMarketStatusItems: any }; getters: { marketStatusItems: ((state: any) => any) }; mutations: {}; state: { error: null; loading: string; marketStatusItems: never[] } }

Type declaration

  • actions: { fetchMarketStatusItems: any }
  • getters: { marketStatusItems: ((state: any) => any) }
    • marketStatusItems: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: {}
    • state: { error: null; loading: string; marketStatusItems: never[] }
      • error: null
      • loading: string
      • marketStatusItems: never[]

    Generated using TypeDoc