This commit is contained in:
2026-02-22 12:50:49 +03:30
parent 520694e4b1
commit 2c4b4fdc56
16 changed files with 3815 additions and 3 deletions
@@ -14,6 +14,7 @@ export enum NotifEvent {
NEW_ORDER = 'newOrder', // for chapkhane sms bere
DESIGNER_ASSIGN = 'designerAssign',
PAYMENT_SUCCESS = 'paymentSuccess',
NEW_CRITICISM = 'newCriticism',
}
export type recipientType = { userId: string } | { adminId: string };