yolkbot
    Preparing search index...

    Interface WSOptions

    interface WSOptions {
        headers?: Record<string, string | null | undefined>;
        proxy?: string | null;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string | null | undefined>
    proxy?: string | null