/** * This file was auto-generated by Fern from our API Definition. */ import * as Airtop from "../index"; export interface ScrapeResponseEnvelope { /** The response from the Airtop AI model. */ modelResponse: Airtop.ScrapeResponseOutput; }