UNPKG

@embrace-io/web-sdk

Version:
7 lines 430 B
import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.js"; import "../../EmbraceInstrumentationBase/index.js"; //#region src/instrumentations/first-interaction/FirstInteractionInstrumentation/types.d.ts type FirstInteractionInstrumentationArgs = Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>; //#endregion export { FirstInteractionInstrumentationArgs }; //# sourceMappingURL=types.d.ts.map