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

FetchAvailableBindingsResponse

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

Message for response to fetching available Bindings.

interface FetchAvailableBindingsResponse {
bindings?: Binding[];
nextPageToken?: string;
}

§Properties

§
bindings?: Binding[]
[src]

The list of Bindings.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.