diff options
| author | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-03-01 10:21:52 +0000 |
|---|---|---|
| committer | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-03-01 10:21:52 +0000 |
| commit | 2f2261f764e0a0a52652bceda306f39f6f568b87 (patch) | |
| tree | e5672168b542f773204d0cf8937e79e8b5ff37b4 /src/frontend/app/api | |
| parent | e5ab68b158558e0f6577bf0fdd95e652fb269e6a (diff) | |
Implement route-specific realtime filtering and route detail UI updates
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Diffstat (limited to 'src/frontend/app/api')
| -rw-r--r-- | src/frontend/app/api/schema.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/app/api/schema.ts b/src/frontend/app/api/schema.ts index c0c97a4..57f34b1 100644 --- a/src/frontend/app/api/schema.ts +++ b/src/frontend/app/api/schema.ts @@ -1,6 +1,7 @@ import { z } from "zod"; export const RouteInfoSchema = z.object({ + gtfsId: z.string().optional().nullable(), shortName: z.string(), colour: z.string(), textColour: z.string(), |
