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