mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-08-07 20:43:56 +08:00
feat(account): add client account api foundation
This commit is contained in:
Vendored
+4
@@ -10,6 +10,10 @@ declare module "*.vue" {
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_SPARK_BACKEND_BASE_URL?: string;
|
||||
}
|
||||
|
||||
interface Window {
|
||||
// expose in the `electron/preload/index.ts`
|
||||
ipcRenderer: IpcRendererFacade;
|
||||
|
||||
Reference in New Issue
Block a user