attributes.d.ts 323 B

12345678910
  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