MVP back end
This commit is contained in:
parent
528b9f67d4
commit
889fc95c3d
51 changed files with 1048 additions and 426 deletions
14
server/src/core/interfaces/payload.ts
Normal file
14
server/src/core/interfaces/payload.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
// export class Payload<T>{
|
||||
// model: T | undefined
|
||||
// query:string | undefined
|
||||
// setModel(model:T){
|
||||
// this.model = model
|
||||
// }
|
||||
// setQuery(query:string){
|
||||
// this.query = query
|
||||
// }
|
||||
// isEmpty(){
|
||||
// return this.model != undefined || this.query != undefined
|
||||
// }
|
||||
// }
|
Loading…
Add table
Add a link
Reference in a new issue