/** * 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 { CreateWindowInputV1BodyWaitUntil } from "../../types/CreateWindowInputV1BodyWaitUntil"; export declare const CreateWindowInputV1Body: core.serialization.Schema; export declare namespace CreateWindowInputV1Body { interface Raw { screenResolution?: string | null; url?: string | null; waitUntil?: CreateWindowInputV1BodyWaitUntil.Raw | null; waitUntilTimeoutSeconds?: number | null; } }