Interface Config

interface Config {
    domain?: string;
    secureProtocol?: string;
}

Properties

domain?: string
secureProtocol?: string