UNPKG

@api-platform/client-generator

Version:

Generate apps built with Next, Nuxt, Quasar, React, React Native, Vue or Vuetify for any API documented using Hydra or OpenAPI

6 lines (5 loc) 245 B
export const error = state => state.error; export const isLoading = state => state.isLoading; export const retrieved = state => state.retrieved; export const updated = state => state.updated; export const violations = state => state.violations;