diff --git a/web/src/types/Service.ts b/web/src/types/Service.ts index 6b8ac4e..2c81e93 100644 --- a/web/src/types/Service.ts +++ b/web/src/types/Service.ts @@ -18,6 +18,9 @@ export interface Service { acceptsCrypto?: boolean; tosdrId?: string; iosApp?: string; + androidApp?: string; + discordInvite?: string; + subreddit?: string; } export interface Section {