@hostlink/nuxt-light 1.18.2 → 1.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,5 +21,5 @@ export { type LightModelField, type LightModel } from "./defineLightModel.js";
21
21
  export declare const notify: (message: string, color?: string) => void;
22
22
  export { default as getID } from "./getID.js";
23
23
  export { default as id } from "./getID.js";
24
- export declare const getApiBase: () => {};
24
+ export declare const getApiBase: () => string;
25
25
  export { default as getGQLFields } from "./getGQLFields.js";