about summary refs log tree commit diff
path: root/src/lib/routes/types.ts
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-15 10:42:23 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-15 10:42:23 -0700
commit50108611600ae2addb3bff4f00562b02f9c35fdf (patch)
treed2c19ce838b0957556d991d87e61471ae4cd9fba /src/lib/routes/types.ts
parent61ea37ff818ca64cec8e10b3a423ecd22dcf0141 (diff)
downloadvoidsky-50108611600ae2addb3bff4f00562b02f9c35fdf.tar.zst
custom feed screen
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r--src/lib/routes/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts
index 5a4126f6a..29fadd709 100644
--- a/src/lib/routes/types.ts
+++ b/src/lib/routes/types.ts
@@ -21,6 +21,7 @@ export type CommonNavigatorParams = {
   CopyrightPolicy: undefined
   AppPasswords: undefined
   SavedFeeds: undefined
+  CustomFeed: {name: string; rkey: string}
   MutedAccounts: undefined
   BlockedAccounts: undefined
 }