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

5 lines (4 loc) 194 B
export const created = state => state.created; export const error = state => state.error; export const isLoading = state => state.isLoading; export const violations = state => state.violations;