/** * This file was auto-generated by Fern from our API Definition. */ import * as Klavis from "../index.js"; /** * Complete Gmail sandbox data structure with all supported objects */ export interface GmailData { /** List of Gmail messages to send */ messages?: Klavis.GmailMessage[]; /** List of Gmail drafts to create */ drafts?: Klavis.GmailDraft[]; }