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