// @flow export type PageProps = { router: { query: { [key: string]: string } } }