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

OnboardingState

import type { OnboardingState } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
type OnboardingState =
| "CREATED"
| "ONBOARDED"
| "ERROR"

§Type

§
"CREATED" | "ONBOARDED" | "ERROR" | cmnP.UnexpectedEnumValue
[src]