upload new version
This commit is contained in:
parent
dd5a007ac1
commit
ab5bc54f6a
47 changed files with 1881 additions and 0 deletions
5
src/interface/index/Main.ts
Normal file
5
src/interface/index/Main.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
interface DataOption {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
export type { DataOption };
|
||||
7
src/interface/response/checkin.ts
Normal file
7
src/interface/response/checkin.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
interface FormRef {
|
||||
model: object | null;
|
||||
useLocation: object | null;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
export type { FormRef };
|
||||
Loading…
Add table
Add a link
Reference in a new issue