/** * This file was auto-generated by Fern from our API Definition. */ import * as Airtop from "../index"; export interface ScreenshotRequestConfig { /** Optional configuration for the screenshot. */ screenshot?: Airtop.ScreenshotConfig; }