tasq/node_modules/@opentelemetry/resources/build/esnext/config.d.ts

8 lines
282 B
TypeScript

import type { Detector, DetectorSync } from './types';
/**
* ResourceDetectionConfig provides an interface for configuring resource auto-detection.
*/
export interface ResourceDetectionConfig {
detectors?: Array<Detector | DetectorSync>;
}
//# sourceMappingURL=config.d.ts.map