การแจ้งเตือน
This commit is contained in:
parent
aa85712cbf
commit
8d50295086
2 changed files with 107 additions and 21 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue