This commit is contained in:
2025-12-12 23:51:52 +03:30
parent 2815c503ff
commit 3bd51b89bf
6 changed files with 94 additions and 14 deletions
@@ -18,12 +18,12 @@ export enum NotifTitleEnum {
export type recipientType = { userId: string } | { adminId: string };
export interface NotifRequestMessage {
subject: NotifTitleEnum;
body: string;
title: NotifTitleEnum;
content: string;
smsText: string;
pushNotif: {
title: string;
body: string;
content: string;
icon: string;
action: {
type: string; //view order