v1/ui/types.js

8 lines
100 B
JavaScript

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