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

PythonCodeCondition

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

Python code block to evaluate the condition.

interface PythonCodeCondition {
pythonCode?: string;
}

§Properties

§
pythonCode?: string
[src]

Required. The python code to execute.