@lustre/sdk 3.5.1-dev.7 → 3.5.1-dev.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -128,7 +128,7 @@ export interface Money {
|
|
|
128
128
|
amount: MoneyAmount;
|
|
129
129
|
currency: IsoCurrency | IsoNoCurrency;
|
|
130
130
|
}
|
|
131
|
-
export type MoneyAmount =
|
|
131
|
+
export type MoneyAmount = number;
|
|
132
132
|
export type IsoCurrency = (typeof ALL_CURRENCY_CODES)[number];
|
|
133
133
|
export type IsoNoCurrency = "XXX";
|
|
134
134
|
export type IsoTestCurrency = "XTS";
|