first commit
This commit is contained in:
commit
288971d1d7
60 changed files with 1546 additions and 0 deletions
13
src/interface/response/Main.ts
Normal file
13
src/interface/response/Main.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
interface Noti {
|
||||
id: string
|
||||
body: string
|
||||
receiverUserId: string
|
||||
type: string
|
||||
payload: null
|
||||
isOpen: false
|
||||
receiveDate: Date | null
|
||||
openDate: null
|
||||
createdFullName: string
|
||||
}
|
||||
|
||||
export type { Noti }
|
||||
Loading…
Add table
Add a link
Reference in a new issue