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

ProposalStatus

import type { ProposalStatus } from "https://aws-api.deno.dev/v0.4/services/managedblockchain.ts?docs=full";
type ProposalStatus =
| "IN_PROGRESS"
| "APPROVED"
| "REJECTED"
| "EXPIRED"
| "ACTION_FAILED"

§Type

§
"IN_PROGRESS" | "APPROVED" | "REJECTED" | "EXPIRED" | "ACTION_FAILED" | cmnP.UnexpectedEnumValue
[src]