Merge branch 'dev' into feat/frontend-controllers-adriaan
This commit is contained in:
commit
9f975977e0
257 changed files with 6698 additions and 3672 deletions
|
@ -1,4 +1,9 @@
|
|||
import { BaseController } from "./base-controller";
|
||||
import type { GroupDTO } from "@dwengo-1/interfaces/group";
|
||||
|
||||
export interface GroupsResponse {
|
||||
groups: GroupDTO[];
|
||||
} // | TODO id
|
||||
|
||||
export class GroupController extends BaseController {
|
||||
constructor(classid: string, assignmentNumber: number) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue