about summary refs log tree commit diff
path: root/src/routes/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/types.ts')
-rw-r--r--src/routes/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/routes/types.ts b/src/routes/types.ts
index 668dc2e2f..88148fd4d 100644
--- a/src/routes/types.ts
+++ b/src/routes/types.ts
@@ -6,6 +6,8 @@ import type {BottomTabScreenProps} from '@react-navigation/bottom-tabs'
 export type RootStackParamList = {
   Primary: undefined
   Profile: {name: string}
+  Login: undefined
+  Signup: undefined
   NotFound: undefined
 }
 export type RootStackScreenProps<T extends keyof RootStackParamList> =