UNPKG

@cranberry-money/shared-constants

Version:

Shared constants for Blueberry platform

7 lines 303 B
export const INTENDED_USE_OPTIONS = [ { value: 'long_term_investment', label: 'Long-term investment' }, { value: 'trading_crypto', label: 'Trading crypto currencies' }, { value: 'savings', label: 'Savings' }, { value: 'other', label: 'Other' }, ]; //# sourceMappingURL=investments.js.map