Skip to content

Commit

Permalink
Remove an unnecessary export
Browse files Browse the repository at this point in the history
  • Loading branch information
Leitsi committed Nov 20, 2023
1 parent 1984001 commit 81ba5b2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const routeDirections = [
'westbound',
] as const;

export type testType = typeof test;
const stopPointSchema = z
.object({
scheduled_stop_point_label: z.string(),
Expand Down

0 comments on commit 81ba5b2

Please sign in to comment.