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