Mayson Monorepo Documentation
    Preparing search index...
    interface Monetary {
        currency: string;
        value: number;
    }
    Index

    Properties

    Properties

    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    value: number

    A positive integer representing the amount.