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

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-18 11:25:41 +07:00
parent aa85712cbf
commit 8d50295086
2 changed files with 107 additions and 21 deletions

View file

@ -16,7 +16,7 @@ interface notiType {
id: string
sender: string
body: string
timereceive: Date
timereceive: string | null
}
interface LocationObject {
@ -24,4 +24,10 @@ interface LocationObject {
longitude: number
}
export type { DataOption, FormRef, notiType, DataDateMonthObject, LocationObject}
export type {
DataOption,
FormRef,
notiType,
DataDateMonthObject,
LocationObject,
}