- run by vite
- change camera
This commit is contained in:
parent
782fa7f59f
commit
85d163fb64
57 changed files with 1494 additions and 1375 deletions
|
|
@ -1,10 +1,10 @@
|
|||
interface DataOption {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
interface FormRef {
|
||||
date: object | null;
|
||||
reason: object | null;
|
||||
[key: string]: any;
|
||||
}
|
||||
export type { DataOption, FormRef };
|
||||
interface DataOption {
|
||||
id: string
|
||||
name: string
|
||||
}
|
||||
interface FormRef {
|
||||
date: object | null
|
||||
reason: object | null
|
||||
[key: string]: any
|
||||
}
|
||||
export type { DataOption, FormRef }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue