diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-06 22:53:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 22:53:58 -0500 |
commit | 2f519bd66e7f0eeb374dfcd59043ad020196140e (patch) | |
tree | 50d00b731bcb151c7af7b98cf67ffe37a4e74d72 /src/lib/routes/types.ts | |
parent | a74919ef33df7b9a4750ae06d99205fb77be95dd (diff) | |
download | voidsky-2f519bd66e7f0eeb374dfcd59043ad020196140e.tar.zst |
Add tos, community guidelines, and copyright policy (#410)
* Add tos, community guidelines, and copyright policy * Fix lint
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r-- | src/lib/routes/types.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 59d94efa8..48edcc956 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -16,6 +16,9 @@ export type CommonNavigatorParams = { Log: undefined Support: undefined PrivacyPolicy: undefined + TermsOfService: undefined + CommunityGuidelines: undefined + CopyrightPolicy: undefined } export type HomeTabNavigatorParams = CommonNavigatorParams & { |