interface DefaultPorts {
    ftp: number;
    http: number;
    https: number;
}

Properties

Properties

ftp: number
http: number
https: number