@@ -300,9 +300,10 @@ declare global {
300
300
const emailPath : typeof import ( '../core/path/src/paths' ) [ 'emailPath' ]
301
301
const encrypt : typeof import ( '../core/security/src/crypt' ) [ 'encrypt' ]
302
302
const ensureProjectIsInitialized : typeof import ( '../core/utils/src/helpers' ) [ 'ensureProjectIsInitialized' ]
303
- const enums : typeof import ( '../core/env/src/ index' ) [ 'enums' ]
303
+ const enums : typeof import ( '../core/index' ) [ 'enums' ]
304
304
const enumsPath : typeof import ( '../core/path/src/paths' ) [ 'enumsPath' ]
305
305
const env : typeof import ( '../core/env/src/index' ) [ 'env' ]
306
+ const envEnum : typeof import ( '../core/env/src/index' ) [ 'envEnum' ]
306
307
const envKeys : typeof import ( '../env' ) [ 'envKeys' ]
307
308
const envSchema : typeof import ( '../core/env/src/types' ) [ 'envSchema' ]
308
309
const equal : typeof import ( '../core/utils/src/currency' ) [ 'equal' ]
@@ -1267,9 +1268,10 @@ declare module 'vue' {
1267
1268
readonly emailPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'emailPath' ] >
1268
1269
readonly encrypt : UnwrapRef < typeof import ( '../core/security/src/crypt' ) [ 'encrypt' ] >
1269
1270
readonly ensureProjectIsInitialized : UnwrapRef < typeof import ( '../core/utils/src/helpers' ) [ 'ensureProjectIsInitialized' ] >
1270
- readonly enums : UnwrapRef < typeof import ( '../core/env/src/ index' ) [ 'enums' ] >
1271
+ readonly enums : UnwrapRef < typeof import ( '../core/index' ) [ 'enums' ] >
1271
1272
readonly enumsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'enumsPath' ] >
1272
1273
readonly env : UnwrapRef < typeof import ( '../core/env/src/index' ) [ 'env' ] >
1274
+ readonly envEnum : UnwrapRef < typeof import ( '../core/env/src/index' ) [ 'envEnum' ] >
1273
1275
readonly envSchema : UnwrapRef < typeof import ( '../core/env/src/types' ) [ 'envSchema' ] >
1274
1276
readonly equal : UnwrapRef < typeof import ( '../core/utils/src/currency' ) [ 'equal' ] >
1275
1277
readonly err : UnwrapRef < typeof import ( '../core/error-handling/src/index' ) [ 'err' ] >
@@ -2192,9 +2194,10 @@ declare module '@vue/runtime-core' {
2192
2194
readonly emailPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'emailPath' ] >
2193
2195
readonly encrypt : UnwrapRef < typeof import ( '../core/security/src/crypt' ) [ 'encrypt' ] >
2194
2196
readonly ensureProjectIsInitialized : UnwrapRef < typeof import ( '../core/utils/src/helpers' ) [ 'ensureProjectIsInitialized' ] >
2195
- readonly enums : UnwrapRef < typeof import ( '../core/env/src/ index' ) [ 'enums' ] >
2197
+ readonly enums : UnwrapRef < typeof import ( '../core/index' ) [ 'enums' ] >
2196
2198
readonly enumsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'enumsPath' ] >
2197
2199
readonly env : UnwrapRef < typeof import ( '../core/env/src/index' ) [ 'env' ] >
2200
+ readonly envEnum : UnwrapRef < typeof import ( '../core/env/src/index' ) [ 'envEnum' ] >
2198
2201
readonly envSchema : UnwrapRef < typeof import ( '../core/env/src/types' ) [ 'envSchema' ] >
2199
2202
readonly equal : UnwrapRef < typeof import ( '../core/utils/src/currency' ) [ 'equal' ] >
2200
2203
readonly err : UnwrapRef < typeof import ( '../core/error-handling/src/index' ) [ 'err' ] >
0 commit comments