first commit
This commit is contained in:
commit
288971d1d7
60 changed files with 1546 additions and 0 deletions
6
src/interface/index/Main.ts
Normal file
6
src/interface/index/Main.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
interface DataOption {
|
||||
id: string
|
||||
name: string
|
||||
}
|
||||
|
||||
export type { DataOption}
|
||||
Loading…
Add table
Add a link
Reference in a new issue