type alias GooglesheetsOptionsimport { type GooglesheetsOptions } from "https://deno.land/x/netzo@0.3.10/apis/googlesheets/mod.ts"; definition: { googleServiceAccountCredentials: string; scope?: Array< | "drive" | "drive.readonly" | "drive.file" | "spreadsheets" | "spreadsheets.readonly">; spreadsheetId: string; }