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

Properties

Properties

amount: number
currency: string
hint?: string

Generated using TypeDoc