diff options
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 2a9e1046a..a67f282a6 100644 --- a/src/view/routes/types.ts +++ b/src/view/routes/types.ts @@ -6,6 +6,8 @@ export type RootTabsParamList = { NotificationsTab: undefined MenuTab: undefined Profile: {name: string} + ProfileFollowers: {name: string} + ProfileFollows: {name: string} PostThread: {name: string; recordKey: string} PostLikedBy: {name: string; recordKey: string} PostRepostedBy: {name: string; recordKey: string} |