UNPKG

@opentelemetry/api

Version:
12 lines 344 B
import type { Attributes, AttributeValue } from '../common/Attributes'; /** * @deprecated please use {@link Attributes} * @since 1.0.0 */ export type SpanAttributes = Attributes; /** * @deprecated please use {@link AttributeValue} * @since 1.0.0 */ export type SpanAttributeValue = AttributeValue; //# sourceMappingURL=attributes.d.ts.map