streamflix-api / src /shared /keys /notification.keys.ts
Akshar2325
feat(core): add core service modules for db entities
b1ced28
Raw
History Blame
128 Bytes
export const NotificationMessages = {
NOT_FOUND: 'Notification not found',
DELETED: 'Notification deleted successfully',
};