From 7019ddbfc7c2f71a7b76cba03ff141b97e9fdcd4 Mon Sep 17 00:00:00 2001 From: Hakaba Hitoyo Date: Sat, 6 Oct 2018 16:03:18 +0900 Subject: external user recommendation --- src/config/types.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index 003185accd..5c7b8260db 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -96,6 +96,12 @@ export type Source = { google_maps_api_key: string; clusterLimit?: number; + + user_recommendation: { + external: boolean; + engine: string; + timeout: number; + }; }; /** -- cgit v1.2.3-freya