refactor: type responses
This commit is contained in:
parent
8ceed7f779
commit
075616b67b
9 changed files with 221 additions and 144 deletions
|
@ -1,3 +1,3 @@
|
|||
import type {AssignmentDTO} from "dwengo-1-common/src/interfaces/assignment";
|
||||
|
||||
export type AssignmentsResponse = { assignments: AssignmentDTO[] }; // TODO ID
|
||||
export interface AssignmentsResponse { assignments: AssignmentDTO[] } // TODO ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue