3 lines
160 B
TypeScript
3 lines
160 B
TypeScript
import type {AssignmentDTO} from "dwengo-1-common/src/interfaces/assignment";
|
|
|
|
export interface AssignmentsResponse { assignments: AssignmentDTO[] } // TODO ID
|