/** * This file was auto-generated by Fern from our API Definition. */ export interface MicroInteractionExperimentalConfig { /** A natural language description of the scrollable area on the web page. This identifies the container or region that should be scrolled. If missing, the entire page will be scrolled. You can also describe a visible reference point inside the container. Note: This is different from elementDescription, which specifies the target element to interact with. The target may be located inside the scrollable area defined by scrollWithin. */ scrollWithin?: string; }