@types/next-server
Advanced tools
Comparing version 7.0.1 to 7.0.2
{ | ||
"name": "@types/next-server", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "TypeScript definitions for next-server", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -56,4 +56,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "329baf904766c262c33fa4e4798c0e1566050254005df3beb48def7de21c9f4d", | ||
"typesPublisherContentHash": "469884a04794d583f45d084447cc28d00801aa579c7a9672ef84b381ab16cd29", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 26 Oct 2018 22:02:06 GMT | ||
* Last updated: Thu, 15 Nov 2018 22:58:34 GMT | ||
* Dependencies: node, react, react-loadable | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -82,3 +82,3 @@ import * as React from "react"; | ||
export interface WithRouterProps<Q = DefaultQuery> { | ||
router: SingletonRouter<Q>; | ||
router?: SingletonRouter<Q>; | ||
} | ||
@@ -85,0 +85,0 @@ |
14543