@makerinc/react-sdk
    Preparing search index...

    Interface Money

    Money amount with currency Server type: Store.Money.t

    interface Money {
        amount: string;
        currencyCode: string;
    }
    Index

    Properties

    Properties

    amount: string
    currencyCode: string