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

ReceivedStatus

import type { ReceivedStatus } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
type ReceivedStatus =
| "PENDING_WORKFLOW"
| "PENDING_ACCEPT"
| "REJECTED"
| "ACTIVE"
| "FAILED_WORKFLOW"
| "DELETED"
| "DISABLED"
| "WORKFLOW_COMPLETED"

§Type

§
"PENDING_WORKFLOW" | "PENDING_ACCEPT" | "REJECTED" | "ACTIVE" | "FAILED_WORKFLOW" | "DELETED" | "DISABLED" | "WORKFLOW_COMPLETED" | cmnP.UnexpectedEnumValue
[src]