/** * This file was auto-generated by Fern from our API Definition. */ import * as FernAI from "../index.js"; export interface GetWebsitesResponse { /** List of indexed website pages for the domain */ websites: FernAI.Website[]; /** Pagination information for the website list */ pagination: FernAI.PaginationResponse; }