Closed
Description
Hey thanks for your module !
I'm coming from open-api-generator with axios-typescript which exposes enum and types directly from what's generated.
It could be nice to expose directly quer/params and response types from generation and maybe adding them to auto-import ?
Currently the only way to retrieve thse types is to import from the operations
type:
import type { operations } from "#build/types/nuxt-open-fetch/schemas/---.ts"
function parms (param: operations['...']['query']) {}
Metadata
Metadata
Assignees
Labels
No labels