mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import Router from 'next/router'
|
|
|
|
export type PageProps = {
|
|
router: typeof Router,
|
|
dispatch: (...stuff: any) => any
|
|
}
|