@openpit/engine
    Preparing search index...

    Interface MonetaryAmountInit

    Plain-object form of MonetaryAmount. Both fields are required.

    interface MonetaryAmountInit {
        amount: string | number | bigint | Fee;
        currency: string;
    }
    Index
    amount: string | number | bigint | Fee
    currency: string