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