เพิ่ม ปุ่มแสดง noti

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-17 11:28:13 +07:00
parent 90cf214459
commit 1bb7f6cb54
3 changed files with 85 additions and 16 deletions

View file

@ -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 }