interface IRegproxy {
    isproxy: boolean;
    proxy: string;
}

Properties

Properties

isproxy: boolean
proxy: string