Adds initial progress
This commit is contained in:
commit
a0b668cb90
34 changed files with 2680 additions and 0 deletions
3
source/Models/Model.ts
Normal file
3
source/Models/Model.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export interface Model {
|
||||
id: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue