feat: gestart met implementeren van assignment service en controller laag
This commit is contained in:
parent
241fe0103f
commit
cfd0cce2df
8 changed files with 92 additions and 25 deletions
5
backend/src/interfaces/list.ts
Normal file
5
backend/src/interfaces/list.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
// TODO: implement something like this but with named endpoints
|
||||
export interface List<T> {
|
||||
items: T[],
|
||||
endpoints?: string[],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue