Merge branch 'develop' into devTee
This commit is contained in:
commit
d6040fe95e
8 changed files with 48 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue