mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 11:20:24 +08:00
10 lines
248 B
TypeScript
10 lines
248 B
TypeScript
|
/**
|
||
|
* An interface describes additional metadata of a tracer.
|
||
|
*/
|
||
|
export interface TracerOptions {
|
||
|
/**
|
||
|
* The schemaUrl of the tracer or instrumentation library
|
||
|
*/
|
||
|
schemaUrl?: string;
|
||
|
}
|
||
|
//# sourceMappingURL=tracer_options.d.ts.map
|