From e6a26c7670d3d9cfd3f82feb64704713a02af97f Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Tue, 5 Dec 2017 09:56:30 +0100 Subject: [PATCH] prettier --- types/algoliasearch/index.d.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/types/algoliasearch/index.d.ts b/types/algoliasearch/index.d.ts index fc998b8ffe..e741567fd3 100644 --- a/types/algoliasearch/index.d.ts +++ b/types/algoliasearch/index.d.ts @@ -808,7 +808,7 @@ declare namespace algoliasearch { searchForFacetValues({ facetName, facetQuery, - ...qp + ...qp, }: { facetName: string; facetQuery: string; @@ -824,7 +824,7 @@ declare namespace algoliasearch { { facetName, facetQuery, - ...qp + ...qp, }: { facetName: string; facetQuery: string; @@ -1081,13 +1081,13 @@ Interface describing options available for gettings the logs * https://github.com/algolia/algoliasearch-client-js#custom-batch---batch */ action: - | "addObject" - | "updateObject" - | "partialUpdateObject" - | "partialUpdateObjectNoCreate" - | "deleteObject" - | "delete" - | "clear"; + | 'addObject' + | 'updateObject' + | 'partialUpdateObject' + | 'partialUpdateObjectNoCreate' + | 'deleteObject' + | 'delete' + | 'clear'; /** * Name of the index where the bact will be performed * https://github.com/algolia/algoliasearch-client-js#custom-batch---batch @@ -1245,7 +1245,7 @@ Interface describing options available for gettings the logs * Type of synonym * https://github.com/algolia/algoliasearch-client-js#save-synonym---savesynonym */ - type: "synonym" | "oneWaySynonym"; + type: 'synonym' | 'oneWaySynonym'; /** * Values used for the synonym * https://github.com/algolia/algoliasearch-client-js#save-synonym---savesynonym @@ -1273,7 +1273,7 @@ Interface describing options available for gettings the logs /** * Whether the pattern must match the beginning or the end of the query string, or both, or none. */ - anchoring: "is" | "startsWith" | "endsWith" | "contains"; + anchoring: 'is' | 'startsWith' | 'endsWith' | 'contains'; /** * Rule context (format: [A-Za-z0-9_-]+). * When specified, the rule is contextual and applies only when the same context is specified @@ -1772,7 +1772,7 @@ Interface describing options available for gettings the logs * You can specify aroundRadius=all if you want to compute the geo distance without filtering in a geo area * https://github.com/algolia/algoliasearch-client-js#aroundradius */ - aroundRadius?: number | "all"; + aroundRadius?: number | 'all'; /** * Control the precision of a geo search * default: null