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

WaveProgressStatus

import type { WaveProgressStatus } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
type WaveProgressStatus =
| "NOT_STARTED"
| "IN_PROGRESS"
| "COMPLETED"

§Type

§
"NOT_STARTED" | "IN_PROGRESS" | "COMPLETED" | cmnP.UnexpectedEnumValue
[src]