/** * This file was auto-generated by Fern from our API Definition. */ export interface ScreenshotScrollPosition { /** Horizontal scroll position in pixels */ left: number; /** Vertical scroll position in pixels */ top: number; }