You've already forked reloading-manager
No changes made
This commit is contained in:
10
frontend/src/vite-env.d.ts
vendored
Normal file
10
frontend/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
import {ComponentCustomProperties as GCS} from "@vue/runtime-core";
|
||||
import {Account} from "appwrite";
|
||||
|
||||
declare module "@vue/runtime-core" {
|
||||
interface ComponentCustomProperties extends GCS {
|
||||
$account: Account
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user