ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface Currency

    interface Currency {
        code: string;
        symbols: string[];
        name: string;
        exponent: number;
    }
    Index

    Properties

    code: string
    symbols: string[]
    name: string
    exponent: number