Sanity Library Reference Docs
    Preparing search index...
    interface ProxyOptions {
        host: string;
        port: number;
        protocol?: "http:" | "https:";
        auth?: { username?: string; password?: string };
    }
    Index

    Properties

    host: string
    port: number
    protocol?: "http:" | "https:"
    auth?: { username?: string; password?: string }