2025SELab2-project-Dwengo/frontend/src/controllers/groups.ts
2025-04-02 12:21:04 +02:00

3 lines
135 B
TypeScript

import type {GroupDTO} from "dwengo-1-common/src/interfaces/group";
export type GroupsResponse = { groups: GroupDTO[] }; // | TODO id