diff options
Diffstat (limited to 'src/frontend/app/api/schema.ts')
| -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 f7f0a39..95c7b6f 100644 --- a/src/frontend/app/api/schema.ts +++ b/src/frontend/app/api/schema.ts @@ -108,6 +108,7 @@ export const RouteDetailsSchema = z.object({ longName: z.string().nullable(), color: z.string().nullable(), textColor: z.string().nullable(), + agencyName: z.string().nullable().optional(), patterns: z.array(PatternSchema), }); |
