diff --git a/composables/use-get-search-results.ts b/composables/use-get-search-results.ts index 865bc11b..95c09af3 100644 --- a/composables/use-get-search-results.ts +++ b/composables/use-get-search-results.ts @@ -108,7 +108,7 @@ export interface GetSearchResultsParams * * @see https://github.com/LinkedPasts/linked-places-format */ - format?: "lp"; + format?: "lpx"; search?: Array; }