@nexartis/nexartis-nanda-node-sdk - v1.2.2
    Preparing search index...

    Interface ExchangeRateMatrixResponse

    interface ExchangeRateMatrixResponse {
        asOf?: string;
        base?: string;
        rates: Record<string, number | Record<string, number>>;
    }
    Index

    Properties

    Properties

    asOf?: string
    base?: string
    rates: Record<string, number | Record<string, number>>