API การแจ้งเตือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-28 13:36:08 +07:00
parent 4ff1334b32
commit 23314ca3a6
6 changed files with 115 additions and 17 deletions

View file

@ -0,0 +1,12 @@
interface Noti {
id: string
body: string
receiverUserId: string
type: string
payload: null
isOpen: false
receiveDate: Date | null
openDate: null
}
export type { Noti }