mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
8 lines
100 B
JavaScript
8 lines
100 B
JavaScript
// @flow
|
|
export type PageProps = {
|
|
router: {
|
|
query: {
|
|
[key: string]: string
|
|
}
|
|
}
|
|
}
|