Spaces:
Runtime error
Runtime error
| export const UserInterestMessages = { | |
| NOT_FOUND: 'User interest not found', | |
| DELETED: 'User interest deleted successfully', | |
| CREATED: 'User interest created successfully', | |
| UPDATED: 'User interest updated successfully', | |
| }; | |