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

Price

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

A price.

interface Price {
amount?: string;
currency?: string;
}

§Properties

§
amount?: string
[src]

The numeric value of the price.

§
currency?: string
[src]

The currency in which the price is denoted.