Skip to content

Commit de831e6

Browse files
committed
chore: lint
1 parent 4efc031 commit de831e6

File tree

1 file changed

+1
-1
lines changed
  • packages/opentelemetry-resources/src

1 file changed

+1
-1
lines changed

packages/opentelemetry-resources/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { SpanAttributes } from '@opentelemetry/api';
2323
* `Attributes` interface is added in api v1.1.0.
2424
* To backward support older api (1.0.x), the deprecated `SpanAttributes` is used here.
2525
*/
26-
export interface ResourceAttributes extends SpanAttributes {}
26+
export type ResourceAttributes = SpanAttributes;
2727

2828
/**
2929
* Interface for a Resource Detector. In order to detect resources in parallel

0 commit comments

Comments
 (0)