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

NotebookLmNotebook

import type { NotebookLmNotebook } from "https://googleapis.deno.dev/v1/classroom:v1.ts";

NotebookLM Notebook link.

interface NotebookLmNotebook {
id?: string;
title?: string;
url?: string;
}

§Properties

§
id?: string
[src]

Notebook resource id.

§
title?: string
[src]

Title of the Notebook. Read-only.

§
url?: string
[src]

URL that can be used to access the Notebook. Read-only.