agentix-embed-code-ts - v0.1.1
    Preparing search index...

    Interface ProxyConfig

    interface ProxyConfig {
        url: string;
        username?: string;
        password?: string;
    }
    Index

    Properties

    url: string
    username?: string
    password?: string