Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2023-10-31 16:21:32 +07:00
commit d6040fe95e
8 changed files with 48 additions and 33 deletions

View file

@ -8,8 +8,9 @@ interface TableRows {
coordinatesOut: string
latOut: string
longOut: string
status: string
date: String | null
status: string | undefined
date: string | null
}
interface DataRes {
fullName: string