AboutSupportDeveloper GuideVersion 38.126.82.64
interface Currency {
    id: CurrencyID;
    name?: string;
    type: string;
    [property: string]: any;
}

Indexable

[property: string]: any

Properties

Properties

name?: string
type: string