@cfxlabsinc/b2b-services
    Preparing search index...
    type MxnInterbankRate = {
        rate: number;
        sourceCurrency: string;
        targetCurrency: string;
        updatedAt: Date;
    }
    Index

    Properties

    rate: number
    sourceCurrency: string
    targetCurrency: string
    updatedAt: Date