feat: allow error variant

This commit is contained in:
Shivam Mishra
2024-11-27 15:56:29 +05:30
parent f2d115d2d7
commit e3eca0dad8
4 changed files with 9 additions and 0 deletions
@@ -11,6 +11,7 @@ export const MESSAGE_VARIANTS = {
ACTIVITY: 'activity',
PRIVATE: 'private',
BOT: 'bot',
ERROR: 'error',
TEMPLATE: 'template',
};