Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface GooglesheetsOptions
import { type GooglesheetsOptions } from "https://deno.land/x/netzo@v0.2.19/apis/googlesheets/mod.ts";

Properties

googleServiceAccountCredentials: string
optional
scope: Array<
| "drive"
| "drive.readonly"
| "drive.file"
| "spreadsheets"
| "spreadsheets.readonly"
>
spreadsheetId: string