API ReferenceCoreInterfaces
Interface: ParsedAmount
@aliraslan/fx / core / ParsedAmount
Interface: ParsedAmount
Defined in: src/core/types.ts:42
A bare numeric amount extracted from an expression, with its detected currency (if any).
Properties
amount
amount:
number
Defined in: src/core/types.ts:44
currency
currency:
string
Defined in: src/core/types.ts:43