From 6c55a441f898750afc07eec56a29c222878ab0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carina=20Br=C3=BChl?= <151126989+jedi-of-the-sea@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:41:22 +0100 Subject: [PATCH] Update packages/plugins/AddressSearch/src/index.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Pascal Röhling <73653210+dopenguin@users.noreply.github.com> --- packages/plugins/AddressSearch/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/AddressSearch/src/index.ts b/packages/plugins/AddressSearch/src/index.ts index 82b211e6e..2df0e800e 100644 --- a/packages/plugins/AddressSearch/src/index.ts +++ b/packages/plugins/AddressSearch/src/index.ts @@ -11,8 +11,8 @@ export { SearchResultSymbols } export type { AddressSearchState, AddressSearchGetters, - MpApiParameters, BKGParameters, + MpApiParameters, } from './types' export default (options: AddressSearchConfiguration) => (instance: Vue) =>