We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a179462 commit 888ececCopy full SHA for 888ecec
src/routes/tickets.ts
@@ -54,7 +54,6 @@ const ticketInfoEntryZod = ticketEntryZod.extend({
54
fulfilled: z.boolean(),
55
});
56
57
-type TicketEntry = z.infer<typeof ticketEntryZod>;
58
type TicketInfoEntry = z.infer<typeof ticketInfoEntryZod>;
59
60
const responseJsonSchema = zodToJsonSchema(ticketEntryZod);
0 commit comments