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

ObjectReferences

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

A collection of object IDs.

interface ObjectReferences {
objectIds?: string[];
}

§Properties

§
objectIds?: string[]
[src]

The object IDs.