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

TaskType

import type { TaskType } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
type TaskType =
| "Arithmetic"
| "Filter"
| "Map"
| "Map_all"
| "Mask"
| "Merge"
| "Passthrough"
| "Truncate"
| "Validate"
| "Partition"

§Type

§
"Arithmetic" | "Filter" | "Map" | "Map_all" | "Mask" | "Merge" | "Passthrough" | "Truncate" | "Validate" | "Partition" | cmnP.UnexpectedEnumValue
[src]