RxInfer Client - v1.3.0
    Preparing search index...

    Type Alias ClientOptions

    type ClientOptions = {
        baseUrl:
            | "http://localhost:{port}/{basePath}"
            | "https://rxinfer.lazydynamics.app/{basePath}"
            | string & {};
    }
    Index

    Properties

    Properties

    baseUrl:
        | "http://localhost:{port}/{basePath}"
        | "https://rxinfer.lazydynamics.app/{basePath}"
        | string & {}