alexander
This commit is contained in:
parent
cf75b4220a
commit
7063e93c75
94 changed files with 1201 additions and 24490 deletions
5
server/src/core/models/instance.ts
Normal file
5
server/src/core/models/instance.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export interface Instance {
|
||||
instanceName: string;
|
||||
path: string;
|
||||
instancePath: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue