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

CancellationStatus

import type { CancellationStatus } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";
type CancellationStatus = "CANCELLING" | "CANCELLED" | cmnP.UnexpectedEnumValue;

§Type

§
"CANCELLING" | "CANCELLED" | cmnP.UnexpectedEnumValue
[src]