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