diff options
Diffstat (limited to 'client/src/custom-typings.d.ts')
-rw-r--r-- | client/src/custom-typings.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/custom-typings.d.ts b/client/src/custom-typings.d.ts index 7cb57b62b..621a416b4 100644 --- a/client/src/custom-typings.d.ts +++ b/client/src/custom-typings.d.ts | |||
@@ -83,7 +83,7 @@ type AsyncRoutes = { | |||
83 | [component: string]: Es6PromiseLoader | | 83 | [component: string]: Es6PromiseLoader | |
84 | Function | | 84 | Function | |
85 | FactoryEs6PromiseLoader | | 85 | FactoryEs6PromiseLoader | |
86 | FactoryPromise | 86 | FactoryPromise ; |
87 | }; | 87 | }; |
88 | 88 | ||
89 | type IdleCallbacks = Es6PromiseLoader | | 89 | type IdleCallbacks = Es6PromiseLoader | |