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