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

ListCustomToolNamesResponse

import type { ListCustomToolNamesResponse } from "https://googleapis.deno.dev/v1/connectors:v2.ts";
interface ListCustomToolNamesResponse {
toolNames?: ToolName[];
}

§Properties

§
toolNames?: ToolName[]
[src]

List of custom tools.