diff --git a/src/typings/auto-imports.d.ts b/src/typings/auto-imports.d.ts index 5bce79e..484a9f1 100644 --- a/src/typings/auto-imports.d.ts +++ b/src/typings/auto-imports.d.ts @@ -90,6 +90,7 @@ declare global { const doPostUser: typeof import('../service/api/user')['doPostUser'] const doPutRole: typeof import('../service/api/role')['doPutRole'] const doPutUser: typeof import('../service/api/user')['doPutUser'] + const downloadBill: typeof import('../service/api/auth')['downloadBill'] const eagerComputed: typeof import('@vueuse/core')['eagerComputed'] const effectScope: typeof import('vue')['effectScope'] const emptyInfo: typeof import('../store/modules/auth/shared')['emptyInfo']