API การแจ้งเตือน
This commit is contained in:
parent
4ff1334b32
commit
23314ca3a6
6 changed files with 115 additions and 17 deletions
12
src/interface/response/Main.ts
Normal file
12
src/interface/response/Main.ts
Normal 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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue