UNPKG

applicationinsights

Version:
9 lines (8 loc) 152 B
/** * Type of the metric data measurement. */ declare enum DataPointType { Measurement = 0, Aggregation = 1 } export = DataPointType;