diff --git a/src/routes/tickets.ts b/src/routes/tickets.ts index af20074..297a38c 100644 --- a/src/routes/tickets.ts +++ b/src/routes/tickets.ts @@ -54,7 +54,6 @@ const ticketInfoEntryZod = ticketEntryZod.extend({ fulfilled: z.boolean(), }); -type TicketEntry = z.infer; type TicketInfoEntry = z.infer; const responseJsonSchema = zodToJsonSchema(ticketEntryZod);