style: fix linting issues met Prettier
This commit is contained in:
parent
87366b2821
commit
899af4dec5
20 changed files with 117 additions and 118 deletions
|
@ -1,3 +1,5 @@
|
|||
import type {GroupDTO} from "dwengo-1-common/src/interfaces/group";
|
||||
import type { GroupDTO } from "dwengo-1-common/src/interfaces/group";
|
||||
|
||||
export interface GroupsResponse { groups: GroupDTO[] } // | TODO id
|
||||
export interface GroupsResponse {
|
||||
groups: GroupDTO[];
|
||||
} // | TODO id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue