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

ActivityTypeInfo

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

Detailed information about an activity type.

interface ActivityTypeInfo {
activityType: ActivityType;
creationDate: Date | number;
deprecationDate?: Date | number | null;
description?: string | null;
}

§Properties

§
activityType: ActivityType
[src]

The "ActivityType" type structure representing the activity type.

§
creationDate: Date | number
[src]

The date and time this activity type was created through "RegisterActivityType".

§
deprecationDate?: Date | number | null
[src]

If DEPRECATED, the date and time "DeprecateActivityType" was called.

§
description?: string | null
[src]

The description of the activity type provided in "RegisterActivityType".

§

The current status of the activity type.