replaced type any with string

This commit is contained in:
Florian Scholdei
2019-04-17 16:42:27 +02:00
parent 6f975acd21
commit 83edce1410
7 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import { Button } from "./buttons";
type Props = {
collection: PagedCollection,
page: number,
filter?: any,
filter?: string,
// context props
t: string => string