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

PriceWithCurrency

import type { PriceWithCurrency } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";

Currency-specific price information.

interface PriceWithCurrency {
Currency: string;
Price: number;
}

§Properties

§
Currency: string
[src]

The currency specifier.

§
Price: number
[src]

The price of a domain, in a specific currency.