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

DestinationStatus

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

The destination status.

interface DestinationStatus {
destination?: string;
status?:
| "UNKNOWN"
| "ACTIVE"
| "PENDING"
| "DISAPPROVED";
}

§Properties

§
destination?: string
[src]

The name of the destination.

§
status?: "UNKNOWN" | "ACTIVE" | "PENDING" | "DISAPPROVED"
[src]

The status of the destination.