update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user