From fa8dbb320f502cfa8188054a97d2996bd7bb4675 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 24 Mar 2024 13:01:54 +0000 Subject: [PATCH] Adds new fields to service --- web/src/types/Service.ts | 3 +++ 1 file changed, 3 insertions(+) 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 {