Options
All
  • Public
  • Public/Protected
  • All
Menu

Module views/Market/services/store/Ticket

Index

Variables

Variables

default: { actions: { fetchTicket: any }; getters: { ticketLoadingState: ((state: any) => any); tickets: ((state: any) => any) }; mutations: {}; state: { error: null; loadingState: string; tickets: never[] } }

Type declaration

  • actions: { fetchTicket: any }
  • getters: { ticketLoadingState: ((state: any) => any); tickets: ((state: any) => any) }
    • ticketLoadingState: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • tickets: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: {}
    • state: { error: null; loadingState: string; tickets: never[] }
      • error: null
      • loadingState: string
      • tickets: never[]
    types: { FETCH_TICKET: string; FETCH_TICKET_FAILED: string; FETCH_TICKET_SUCCESS: string } = ...

    Type declaration

    • FETCH_TICKET: string
    • FETCH_TICKET_FAILED: string
    • FETCH_TICKET_SUCCESS: string

    Generated using TypeDoc