We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609624f commit a740aaeCopy full SHA for a740aae
1 file changed
src/components/features/groups/queries/useGroupListQuery.ts
@@ -11,7 +11,7 @@ const ResponseSchema = z.array(
11
id: z.number(),
12
code: z.string(),
13
name: z.string(),
14
- type: z.string(),
+ type: z.string(), //TODO: 임시 타입 정의, 백엔드 정의에 맞춰 수정해야 함
15
image: z.string(),
16
}),
17
);
0 commit comments