diff options
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r-- | src/lib/routes/types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index e339a46bf..9ec623970 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -14,6 +14,8 @@ export type CommonNavigatorParams = { PostRepostedBy: {name: string; rkey: string} Debug: undefined Log: undefined + Support: undefined + PrivacyPolicy: undefined } export type HomeTabNavigatorParams = CommonNavigatorParams & { |