/** * This file was auto-generated by Fern from our API Definition. */ import * as Klavis from "../index.js"; /** * Complete Google Docs sandbox data structure */ export interface GoogleDocsData { /** List of Google Docs documents */ documents?: Klavis.GoogleDocsDocument[]; }