UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 541 B
/** Various types of statisctics available for the line. */ export declare enum LineStatisticsTypeEnum { 'attenuation:download' = "attenuation:download", 'attenuation:upload' = "attenuation:upload", 'error:crc' = "error:crc", 'error:fec' = "error:fec", 'error:hec' = "error:hec", 'snr:download' = "snr:download", 'snr:upload' = "snr:upload", 'synchronization:download' = "synchronization:download", 'synchronization:upload' = "synchronization:upload" } //# sourceMappingURL=LineStatisticsTypeEnum.d.ts.map