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

GoogleRpcStatus

import type { GoogleRpcStatus } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleRpcStatus {
code?: number;
details?: {
[key: string]: any;
}
[]
;
message?: string;
}

§Properties

§
code?: number
[src]
§
details?: {
[key: string]: any;
}
[]
[src]
§
message?: string
[src]