Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TaskLists

import type { TaskLists } from "https://googleapis.deno.dev/v1/tasks:v1.ts";
interface TaskLists {
etag?: string;
items?: TaskList[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
etag?: string
[src]

ETag of the resource.

§
items?: TaskList[]
[src]

Collection of task lists.

§
kind?: string
[src]

Type of the resource. This is always "tasks#taskLists".

§
nextPageToken?: string
[src]

Token that can be used to request the next page of this result.