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