papi-dts
    Preparing search index...
    request: <TParam extends unknown[], TReturn>(
        requestType: SerializedRequestType,
        ...args: TParam,
    ) => Promise<TReturn>

    Send a request on the network and resolve the response contents.

    Type declaration