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

AddNoteRequest

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

Request to add a note.

interface AddNoteRequest {
note?: Note;
}

§Properties

§
note?: Note
[src]

The note to add.