external user recommendation

This commit is contained in:
Hakaba Hitoyo
2018-10-06 16:03:18 +09:00
parent 48e4dc75f4
commit 7019ddbfc7
3 changed files with 84 additions and 35 deletions

View File

@@ -96,6 +96,12 @@ export type Source = {
google_maps_api_key: string;
clusterLimit?: number;
user_recommendation: {
external: boolean;
engine: string;
timeout: number;
};
};
/**