fix: merge + types frontend controller
This commit is contained in:
parent
4ca568e738
commit
8ceed7f779
20 changed files with 129 additions and 92 deletions
3
frontend/src/controllers/assignments.ts
Normal file
3
frontend/src/controllers/assignments.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import type {AssignmentDTO} from "dwengo-1-common/src/interfaces/assignment";
|
||||
|
||||
export type AssignmentsResponse = { assignments: AssignmentDTO[] }; // TODO ID
|
Loading…
Add table
Add a link
Reference in a new issue