แก้ไขเหตุผลตอนลงเวลา

This commit is contained in:
Warunee Tamkoo 2025-12-02 12:23:15 +07:00
parent 499c0d40b2
commit c424c6c744
3 changed files with 49 additions and 16 deletions

View file

@ -1,3 +1,7 @@
interface OptionReason {
value: string
text: string
}
interface FormRef {
model: object | null
useLocation: object | null
@ -43,4 +47,4 @@ interface FormTimeStemp {
longitude: string
POI: string
}
export type { FormRef, FormData, Datalist, FormTimeStemp }
export type { OptionReason, FormRef, FormData, Datalist, FormTimeStemp }