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

EnterpriseCrmEventbusProtoBooleanFunction

import type { EnterpriseCrmEventbusProtoBooleanFunction } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoBooleanFunction {
functionName?:
| "UNSPECIFIED"
| "TO_JSON"
| "NOT"
| "AND"
| "NAND"
| "OR"
| "XOR"
| "NOR"
| "XNOR"
| "TO_STRING"
| "EQUALS";
}

§Properties

§
functionName?: "UNSPECIFIED" | "TO_JSON" | "NOT" | "AND" | "NAND" | "OR" | "XOR" | "NOR" | "XNOR" | "TO_STRING" | "EQUALS"
[src]