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

ActivationStatus

import type { ActivationStatus } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";

The activation status of the object. This field includes activation status if valuable supports activation.

interface ActivationStatus {
state?:
| "UNKNOWN_STATE"
| "NOT_ACTIVATED"
| "not_activated"
| "ACTIVATED"
| "activated";
}

§Properties

§
state?: "UNKNOWN_STATE" | "NOT_ACTIVATED" | "not_activated" | "ACTIVATED" | "activated"
[src]