formatting code upload project instance to files
This commit is contained in:
parent
ce4c98ff13
commit
a0b4f00f47
65 changed files with 399 additions and 748 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
// export class Payload<T>{
|
||||
// model: T | undefined
|
||||
// query:string | undefined
|
||||
|
@ -11,4 +10,4 @@
|
|||
// isEmpty(){
|
||||
// return this.model != undefined || this.query != undefined
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
|
|
@ -9,6 +9,3 @@ export interface IRouteModel {
|
|||
url: string;
|
||||
databaseModel: any;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue