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

BillingGroupStatus

import type { BillingGroupStatus } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
type BillingGroupStatus = "ACTIVE" | "PRIMARY_ACCOUNT_MISSING" | cmnP.UnexpectedEnumValue;

§Type

§
"ACTIVE" | "PRIMARY_ACCOUNT_MISSING" | cmnP.UnexpectedEnumValue
[src]