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/css:v1.ts";

The destination status of the product status.

interface DestinationStatus {
approvedCountries?: string[];
destination?: string;
disapprovedCountries?: string[];
pendingCountries?: string[];
}

§Properties

§
approvedCountries?: string[]
[src]

List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is approved.

§
destination?: string
[src]

The name of the destination

§
disapprovedCountries?: string[]
[src]

List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is disapproved.

§
pendingCountries?: string[]
[src]

List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is pending approval.