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

ActivityType

import type { ActivityType } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";

Represents an activity type.

interface ActivityType {
name: string;
version: string;
}

§Properties

§
name: string
[src]

The name of this activity.

Note: The combination of activity type name and version must be unique within a domain.

§
version: string
[src]

The version of this activity.

Note: The combination of activity type name and version must be unique with in a domain.