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

DescribeWorkflowTypeInput

import type { DescribeWorkflowTypeInput } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
interface DescribeWorkflowTypeInput {
domain: string;
workflowType: WorkflowType;
}

§Properties

§
domain: string
[src]

The name of the domain in which this workflow type is registered.

§
workflowType: WorkflowType
[src]

The workflow type to describe.