diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-07-22 12:32:52 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-07-22 12:32:52 -0500 |
commit | ce83648f9da3a93018fc7845bec1d35c1519028d (patch) | |
tree | 6b10c7536abca76abe90d2d2adc42ede8a705bf4 /src/view/routes/types.ts | |
parent | 0ec0ba996f05876d78039509e0ea61528c5faeec (diff) | |
download | voidsky-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.ts | 2 |
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 |