aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/types.ts')
-rw-r--r--packages/website/ts/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/ts/types.ts b/packages/website/ts/types.ts
index 484f09e5d..693077ee6 100644
--- a/packages/website/ts/types.ts
+++ b/packages/website/ts/types.ts
@@ -507,6 +507,7 @@ export interface WebsiteBackendRelayerInfo {
name: string;
dailyTxnVolume: string;
url: string;
+ appUrl?: string;
headerImgUrl: string;
}