mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
first bits of redux
This commit is contained in:
parent
9c7f7fda73
commit
def2b0d2a3
13 changed files with 170 additions and 16 deletions
|
@ -3,7 +3,8 @@ import type { ServerSlug as BackendServerSlug } from '../services/presentation'
|
|||
import type Router from 'next/router'
|
||||
|
||||
export type PageProps = {
|
||||
router: Router
|
||||
router: Router,
|
||||
dispatch: (...any) => mixed
|
||||
}
|
||||
|
||||
export type ServerSlug = BackendServerSlug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue