Skip to content

Commit

Permalink
Another update
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhaaheim committed Nov 1, 2024
1 parent cc41786 commit a61bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TargetAPITypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const OutputDataBaseZod = z.object({
_createdTimestamp: z.number(),
_params: z.object({
orderCount: z.number().nullable(),
startDate: z.date().nullable(),
startDate: z.string().nullable(),
}),
});
export type OutputDataBase = z.infer<typeof OutputDataBaseZod>;
Expand Down

0 comments on commit a61bbd0

Please sign in to comment.