This commit is contained in:
2
packages/types/global.d.ts
vendored
2
packages/types/global.d.ts
vendored
@@ -8,12 +8,10 @@ declare module 'vue-router' {
|
||||
|
||||
export interface VbenAdminProAppConfigRaw {
|
||||
VITE_GLOB_API_URL: string;
|
||||
VITE_GLOB_APP_TITLE: string;
|
||||
}
|
||||
|
||||
export interface ApplicationConfig {
|
||||
apiURL: string;
|
||||
appTitle: string;
|
||||
}
|
||||
|
||||
declare global {
|
||||
|
Reference in New Issue
Block a user