/** * This file was auto-generated by Fern from our API Definition. */ /** * Properties for a spreadsheet - only includes title */ export interface GoogleSheetsSpreadsheetProperties { /** Spreadsheet title (required) */ title: string; }