Spaces:
Runtime error
Runtime error
File size: 136 Bytes
4acc19f | 1 2 3 4 5 | export const UserCredentialMessages = {
NOT_FOUND: 'User credential not found',
DELETED: 'User credential deleted successfully',
};
|