We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a1076 commit 84e0230Copy full SHA for 84e0230
lib/types.ts
@@ -17,7 +17,7 @@ export interface PageProps {
17
pageId?: string
18
error?: PageError
19
tagsPage?: boolean
20
- propertyToFilterName?: string | string
+ propertyToFilterName?: string | null
21
}
22
23
export interface ExtendedTweetRecordMap extends ExtendedRecordMap {
0 commit comments