interface OfferBandwidthInfo {
    speed: number;
}

Properties

Properties

speed: number