mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 03:00:39 +08:00
10 lines
323 B
TypeScript
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
|