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

InvitationStatus

import type { InvitationStatus } from "https://aws-api.deno.dev/v0.4/services/managedblockchain.ts?docs=full";
type InvitationStatus =
| "PENDING"
| "ACCEPTED"
| "ACCEPTING"
| "REJECTED"
| "EXPIRED"

§Type

§
"PENDING" | "ACCEPTED" | "ACCEPTING" | "REJECTED" | "EXPIRED" | cmnP.UnexpectedEnumValue
[src]