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

WorkflowState

import type { WorkflowState } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
type WorkflowState =
| "NEW"
| "ASSIGNED"
| "IN_PROGRESS"
| "DEFERRED"
| "RESOLVED"

§Type

§
"NEW" | "ASSIGNED" | "IN_PROGRESS" | "DEFERRED" | "RESOLVED" | cmnP.UnexpectedEnumValue
[src]