about summary refs log tree commit diff
path: root/src/view/routes/types.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-07-22 12:32:52 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-07-22 12:32:52 -0500
commitce83648f9da3a93018fc7845bec1d35c1519028d (patch)
tree6b10c7536abca76abe90d2d2adc42ede8a705bf4 /src/view/routes/types.ts
parent0ec0ba996f05876d78039509e0ea61528c5faeec (diff)
downloadvoidsky-ce83648f9da3a93018fc7845bec1d35c1519028d.tar.zst
Add liked-by and reposted-by views
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