mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-22 22:20:47 +00:00
feat: add @actions/cache
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user