interface Bandwidth {
    download: string;
    upload: string;
}

Properties

Properties

download: string
upload: string

Generated using TypeDoc