/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../../index"; import * as Airtop from "../../../../../api/index"; import * as core from "../../../../../core"; import { MicroInteractionConfig } from "../../../../types/MicroInteractionConfig"; import { ScrollByConfig } from "../../../../types/ScrollByConfig"; import { ScrollToEdgeConfig } from "../../../../types/ScrollToEdgeConfig"; export declare const SessionScrollHandlerRequestBody: core.serialization.Schema; export declare namespace SessionScrollHandlerRequestBody { interface Raw { clientRequestId?: string | null; configuration?: MicroInteractionConfig.Raw | null; costThresholdCredits?: number | null; scrollBy?: ScrollByConfig.Raw | null; scrollToEdge?: ScrollToEdgeConfig.Raw | null; scrollToElement?: string | null; scrollWithin?: string | null; timeThresholdSeconds?: number | null; } }