- {routeDialog && }
+ {routeDialog && }
diff --git a/lib/types.ts b/lib/types.ts
index c4ff3c1..8d33018 100644
--- a/lib/types.ts
+++ b/lib/types.ts
@@ -16,7 +16,7 @@ interface Match {
interface Handle {
handler: string;
upstreams: Upstream[];
- routes: Route[];
+ routes?: Route[];
}
interface Upstream {