@embrace-io/web-sdk
Version:
7 lines • 386 B
TypeScript
import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.js";
import "../../EmbraceInstrumentationBase/index.js";
//#region src/instrumentations/loaf/LoafInstrumentation/types.d.ts
type LoafInstrumentationArgs = {} & Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>;
//#endregion
export { LoafInstrumentationArgs };
//# sourceMappingURL=types.d.ts.map