Files
whsfund/functions/node_modules/@opentelemetry/api/build/esm/trace/attributes.d.ts
2026-03-23 15:29:13 -04:00

10 lines
323 B
TypeScript

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