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

PrivateData

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

Buyers are allowed to store certain types of private data in a proposal or deal.

interface PrivateData {
referenceId?: string;
}

§Properties

§
referenceId?: string
[src]

A buyer specified reference ID. This can be queried in the list operations (max-length: 1024 unicode code units).