@cranberry-money/shared-constants
Version:
Shared constants for Blueberry platform
11 lines • 505 B
JavaScript
export const SOURCE_OF_FUNDS_OPTIONS = [
{ value: 'employment_income', label: 'Employment income' },
{ value: 'business_income', label: 'Business income' },
{ value: 'savings', label: 'Savings' },
{ value: 'investment_income', label: 'Investment income' },
{ value: 'sale_of_assets', label: 'Sale of assets' },
{ value: 'inheritance', label: 'Inheritance' },
{ value: 'gift', label: 'Gift' },
{ value: 'other', label: 'Other' },
];
//# sourceMappingURL=user-accounts.js.map