DefinitelyTyped/types/next
mattywong 68a737fd80 [@types/next] Update Router.push() method to include UrlLike type (#20671)
* [@types/next] Update Router.push() method to include UrlLike type

Allow a valid UrlLike object instead of only a string type e.g
```
    Router.push({
      pathname: '/pathname',
      query: {
        prop1: '',
        prop2: '',
      },
    });
```
https://github.com/zeit/next.js/#with-url-object-1

* Update router.d.ts
2017-10-19 08:04:18 -07:00
..
test
document.d.ts
dynamic.d.ts
error.d.ts
head.d.ts
index.d.ts
link.d.ts
router.d.ts [@types/next] Update Router.push() method to include UrlLike type (#20671) 2017-10-19 08:04:18 -07:00
tsconfig.json
tslint.json