diff options
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r-- | src/lib/routes/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index f8698f1cc..eeb97ba7a 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -19,6 +19,7 @@ export type CommonNavigatorParams = { TermsOfService: undefined CommunityGuidelines: undefined CopyrightPolicy: undefined + AppPasswords: undefined } export type BottomTabNavigatorParams = CommonNavigatorParams & { |