aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.d.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/api/schema.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/schema.d.ts b/src/api/schema.d.ts
index 36b9a6fcd..89f9af7b9 100644
--- a/src/api/schema.d.ts
+++ b/src/api/schema.d.ts
@@ -300,7 +300,7 @@ type uint32 = number;
}
export interface Router {
- routes: string[];
+ routes: StringMap;
route: int32;
params: StringMap;
}