Interface GiftAmount

interface GiftAmount {
    unit?: string;
    value: number;
}

Properties

Properties

unit?: string
value: number