about summary refs log tree commit diff
path: root/src/view/routes/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/routes/types.ts')
-rw-r--r--src/view/routes/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/routes/types.ts b/src/view/routes/types.ts
index 0b4bbc5d7..fd58a7666 100644
--- a/src/view/routes/types.ts
+++ b/src/view/routes/types.ts
@@ -7,6 +7,8 @@ export type RootTabsParamList = {
   MenuTab: undefined
   Profile: {name: string}
   PostThread: {name: string; recordKey: string}
+  PostLikedBy: {name: string; recordKey: string}
+  PostRepostedBy: {name: string; recordKey: string}
   Login: undefined
   Signup: undefined
   NotFound: undefined