mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Also only allow nested arrays for insidePolygon
This commit is contained in:
Vendored
+1
-1
@@ -1319,7 +1319,7 @@ declare namespace algoliasearch {
|
||||
* defauly: ''
|
||||
* https://www.algolia.com/doc/api-reference/api-parameters/insidePolygon/
|
||||
*/
|
||||
insidePolygon?: Array<number|number[]>;
|
||||
insidePolygon?: number[][];
|
||||
/**
|
||||
* This option is used to select a strategy in order to avoid having an empty result page
|
||||
* default: 'none'
|
||||
|
||||
Vendored
+1
-1
@@ -398,7 +398,7 @@ declare namespace algoliasearch {
|
||||
* defauly: ''
|
||||
* https://www.algolia.com/doc/api-reference/api-parameters/insidePolygon/
|
||||
*/
|
||||
insidePolygon?: Array<number|number[]>;
|
||||
insidePolygon?: number[][];
|
||||
/**
|
||||
* This option is used to select a strategy in order to avoid having an empty result page
|
||||
* default: 'none'
|
||||
|
||||
Reference in New Issue
Block a user