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

EnterpriseCrmEventbusProtoConditionResult

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

Contains the combined condition calculation results.

interface EnterpriseCrmEventbusProtoConditionResult {
currentTaskNumber?: string;
nextTaskNumber?: string;
result?: boolean;
}

§Properties

§
currentTaskNumber?: string
[src]

the current task number.

§
nextTaskNumber?: string
[src]

the next task number.

§
result?: boolean
[src]

the result comes out after evaluate the combined condition. True if there's no combined condition specified.