10 lines
323 B
TypeScript
Raw Normal View History

2022-07-12 09:00:22 +02:00
import { Attributes, AttributeValue } from '../common/Attributes';
/**
* @deprecated please use {@link Attributes}
*/
export declare type SpanAttributes = Attributes;
/**
* @deprecated please use {@link AttributeValue}
*/
export declare type SpanAttributeValue = AttributeValue;
//# sourceMappingURL=attributes.d.ts.map