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

EnterpriseCrmEventbusProtoNodeIdentifier

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

Represents a node identifier (type + id). Next highest id: 3

interface EnterpriseCrmEventbusProtoNodeIdentifier {
elementIdentifier?: string;
elementType?: "UNKNOWN_TYPE" | "TASK_CONFIG" | "TRIGGER_CONFIG";
}

§Properties

§
elementIdentifier?: string
[src]

Configuration of the edge.

§
elementType?: "UNKNOWN_TYPE" | "TASK_CONFIG" | "TRIGGER_CONFIG"
[src]

Destination node where the edge ends. It can only be a task config.