Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias GooglesheetsOptions
import { 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; }