@tremendous/help
    Preparing search index...

    Interface CurrencyInfo

    interface CurrencyInfo {
        code: string;
        countryCode: string;
        name: string;
        symbol: string;
    }
    Index

    Properties

    code: string
    countryCode: string
    name: string
    symbol: string