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

EnterpriseCrmFrontendsEventbusProtoParameterValueType

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

To support various types of parameter values. Next available id: 14

interface EnterpriseCrmFrontendsEventbusProtoParameterValueType {
booleanValue?: boolean;
doubleValue?: number;
intValue?: bigint;
jsonValue?: string;
protoValue?: {
[key: string]: any;
}
;
stringValue?: string;
}