This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-14 16:51:58 +07:00
parent aed5362e86
commit 4340eb5e02
5 changed files with 541 additions and 119 deletions

View file

@ -39,5 +39,8 @@ interface FormTimeStemp {
checkInEdit: boolean
checkOutEdit: boolean
description: string
latitude: string
longitude: string
POI: string
}
export type { FormRef, FormData, Datalist, FormTimeStemp }