interface PublicBandwidthOption {
    bandwidthInBps: number;
}

Properties

Properties

bandwidthInBps: number