external user recommendation
This commit is contained in:
parent
48e4dc75f4
commit
7019ddbfc7
3 changed files with 84 additions and 35 deletions
|
@ -96,6 +96,12 @@ export type Source = {
|
|||
google_maps_api_key: string;
|
||||
|
||||
clusterLimit?: number;
|
||||
|
||||
user_recommendation: {
|
||||
external: boolean;
|
||||
engine: string;
|
||||
timeout: number;
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue