@squidcloud/client
    Preparing search index...

    Interface OpenApiContext

    In the case of OpenAPI, the context of the request is provided in a separate object.

    interface OpenApiContext {
        request: RawRequest;
    }
    Index

    Properties

    Properties

    request: RawRequest

    The OpenAPI request.