zhengyiming
2025-09-26 a814fec106cb2d3b06941cde801333182824970d
auto-imports.d.ts
@@ -6,6 +6,7 @@
// biome-ignore lint: disable
export {}
declare global {
  const AlipayExpandindirectSceneList: typeof import('./src/constants/enterpriseWallet')['AlipayExpandindirectSceneList']
  const AppLocalConfig: typeof import('./src/constants/app')['AppLocalConfig']
  const AppType: typeof import('./src/constants/app')['AppType']
  const AreaType: typeof import('./src/constants/enum')['AreaType']
@@ -315,6 +316,7 @@
declare module 'vue' {
  interface GlobalComponents {}
  interface ComponentCustomProperties {
    readonly AlipayExpandindirectSceneList: UnwrapRef<typeof import('./src/constants/enterpriseWallet')['AlipayExpandindirectSceneList']>
    readonly AppLocalConfig: UnwrapRef<typeof import('./src/constants/app')['AppLocalConfig']>
    readonly AppType: UnwrapRef<typeof import('./src/constants/app')['AppType']>
    readonly AreaType: UnwrapRef<typeof import('./src/constants/enum')['AreaType']>