Interface TorLensOptions

interface TorLensOptions {
    baseUrl?: string;
}

Properties

Properties

baseUrl?: string