แก้ไขเหตุผลตอนลงเวลา
This commit is contained in:
parent
499c0d40b2
commit
c424c6c744
3 changed files with 49 additions and 16 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue