ascgis map

This commit is contained in:
Warunee Tamkoo 2023-12-08 13:15:13 +07:00
parent 357a49e706
commit f81f138c63
4 changed files with 818 additions and 1 deletions

View file

@ -19,4 +19,9 @@ interface notiType {
timereceive: Date
}
export type { DataOption, FormRef, notiType, DataDateMonthObject }
interface LocationObject {
latitude: number
longitude: number
}
export type { DataOption, FormRef, notiType, DataDateMonthObject, LocationObject}