mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
export const USER_CUSTOM_EXCHANGE_RATE_MIN_VALUE: number = 0;
|
|
export const USER_CUSTOM_EXCHANGE_RATE_MAX_VALUE: number = 999999999.9999;
|