diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts index 3e3c6e70..b4dd12eb 100644 --- a/src/auto-imports.d.ts +++ b/src/auto-imports.d.ts @@ -5,6 +5,7 @@ // Generated by unplugin-auto-import export {} declare global { + const APIClient: typeof import('./composables/api')['APIClient'] const EffectScope: typeof import('vue')['EffectScope'] const browser: typeof import('webextension-polyfill') const computed: typeof import('vue')['computed'] @@ -51,6 +52,7 @@ declare global { const toValue: typeof import('vue')['toValue'] const triggerRef: typeof import('vue')['triggerRef'] const unref: typeof import('vue')['unref'] + const useApiClient: typeof import('./composables/api')['useApiClient'] const useAttrs: typeof import('vue')['useAttrs'] const useBewlyApp: typeof import('./composables/useAppProvider')['useBewlyApp'] const useCssModule: typeof import('vue')['useCssModule']