Vue OpenAPI Query Documentation
    Preparing search index...

    Type Alias ApiPathParamsInput<Ops, Op>

    ApiPathParamsInput: {
        [K in keyof ApiPathParams<Ops, Op>]:
            | ApiPathParams<Ops, Op>[K]
            | undefined
    }

    Path params input type — same as ApiPathParams but all values allow undefined (for reactive resolution where params may not yet be set).

    Type Parameters

    • Ops extends AnyOps
    • Op extends keyof Ops