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

    The subset of a country-list-js country record that this app consumes.

    interface CountryRecord {
        name: string;
        currency?: CountryCurrency;
    }
    Index

    Properties

    Properties

    name: string
    currency?: CountryCurrency