Skip to content

Commit

Permalink
feat: dashboardList response에 summary 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
simeunseo committed Dec 5, 2024
1 parent 7dc7b74 commit 4b2da46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/dashboard/getDashboardList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const BaseDashboardResponseSchema = z.object({
startTime: z.string().datetime(),
endTime: z.string().datetime(),
ticleStatus: z.enum([TicleStatus.CLOSED, TicleStatus.OPEN, TicleStatus.IN_PROGRESS]),
summary: z.boolean(),
});

const AppliedTicleSchema = BaseDashboardResponseSchema.extend({
Expand Down

0 comments on commit 4b2da46

Please sign in to comment.