DecisionTask
import type { DecisionTask } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/swf.ts";interface DecisionTask {
events: HistoryEvent[];
nextPageToken?: string | null;
previousStartedEventId?: number | null;
startedEventId: number;
taskToken: string;
workflowExecution: WorkflowExecution;
workflowType: WorkflowType;
}