ChemPal Documentation - v1.6.0
    Preparing search index...

    Currency details attached to a country record from country-list-js.

    interface CountryCurrency {
        code: string;
        symbol: string;
        decimal: string;
    }
    Index

    Properties

    Properties

    code: string
    symbol: string
    decimal: string