เพิ่ม ปุ่มแสดง noti
This commit is contained in:
parent
90cf214459
commit
1bb7f6cb54
3 changed files with 85 additions and 16 deletions
|
|
@ -7,4 +7,10 @@ interface FormRef {
|
|||
reason: object | null
|
||||
[key: string]: any
|
||||
}
|
||||
export type { DataOption, FormRef }
|
||||
interface notiType {
|
||||
id: string
|
||||
sender: string
|
||||
body: string
|
||||
timereceive: Date
|
||||
}
|
||||
export type { DataOption, FormRef, notiType }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue