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

ActivityTaskTimeoutType

import type { ActivityTaskTimeoutType } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
type ActivityTaskTimeoutType =
| "START_TO_CLOSE"
| "SCHEDULE_TO_START"
| "SCHEDULE_TO_CLOSE"
| "HEARTBEAT"

§Type

§
"START_TO_CLOSE" | "SCHEDULE_TO_START" | "SCHEDULE_TO_CLOSE" | "HEARTBEAT" | cmnP.UnexpectedEnumValue
[src]