diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-25 20:48:43 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-25 20:48:43 -0500 |
commit | 229153a26c448aa8dd97775c42166e36d6051985 (patch) | |
tree | 82f0a17ce287c85999d169ded8a48cd2746203da /src/lib/routes/types.ts | |
parent | 25153f1f4d63077506d0c015ef2b98f184c15dd1 (diff) | |
download | voidsky-229153a26c448aa8dd97775c42166e36d6051985.tar.zst |
Fix tsc
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r-- | src/lib/routes/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 60c9e3f4b..4eb5e29d2 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -62,6 +62,7 @@ export type MyProfileTabNavigatorParams = CommonNavigatorParams & { export type FlatNavigatorParams = CommonNavigatorParams & { Home: undefined Search: {q?: string} + Feeds: undefined Notifications: undefined } |