UNPKG

323 BTypeScriptView Raw
1import { Attributes, AttributeValue } from '../common/Attributes';
2/**
3 * @deprecated please use {@link Attributes}
4 */
5export declare type SpanAttributes = Attributes;
6/**
7 * @deprecated please use {@link AttributeValue}
8 */
9export declare type SpanAttributeValue = AttributeValue;
10//# sourceMappingURL=attributes.d.ts.map
\No newline at end of file