// @flow import type Router from 'next/router' export type PageProps = { router: Router, dispatch: (...any) => mixed }