@@ -751,7 +751,7 @@ declare global {
751
751
const sorts : typeof import ( '../core/search-engine/src/index' ) [ 'sorts' ]
752
752
const spyOn : typeof import ( '../core/testing/src/index' ) [ 'spyOn' ]
753
753
const sql : typeof import ( '../core/database/src/types' ) [ 'sql' ]
754
- const src : typeof import ( '../core/scheduler /src/index' ) [ 'default' ]
754
+ const src : typeof import ( '../core/events /src/index' ) [ 'default' ]
755
755
const stacks : typeof import ( '../core/build/src/index' ) [ 'stacks' ]
756
756
const stacksPath : typeof import ( '../core/path/src/paths' ) [ 'stacksPath' ]
757
757
const sticky : typeof import ( '../core/utils/src/regex' ) [ 'sticky' ]
@@ -1754,7 +1754,7 @@ declare module 'vue' {
1754
1754
readonly sort : UnwrapRef < typeof import ( '../core/search-engine/src/index' ) [ 'sort' ] >
1755
1755
readonly sorts : UnwrapRef < typeof import ( '../core/search-engine/src/index' ) [ 'sorts' ] >
1756
1756
readonly sql : UnwrapRef < typeof import ( '../core/database/src/types' ) [ 'sql' ] >
1757
- readonly src : UnwrapRef < typeof import ( '../core/scheduler /src/index' ) [ 'default' ] >
1757
+ readonly src : UnwrapRef < typeof import ( '../core/events /src/index' ) [ 'default' ] >
1758
1758
readonly stacksPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'stacksPath' ] >
1759
1759
readonly sticky : UnwrapRef < typeof import ( '../core/utils/src/regex' ) [ 'sticky' ] >
1760
1760
readonly storage : UnwrapRef < typeof import ( '../core/storage/src/index' ) [ 'storage' ] >
@@ -2721,7 +2721,7 @@ declare module '@vue/runtime-core' {
2721
2721
readonly sort : UnwrapRef < typeof import ( '../core/search-engine/src/index' ) [ 'sort' ] >
2722
2722
readonly sorts : UnwrapRef < typeof import ( '../core/search-engine/src/index' ) [ 'sorts' ] >
2723
2723
readonly sql : UnwrapRef < typeof import ( '../core/database/src/types' ) [ 'sql' ] >
2724
- readonly src : UnwrapRef < typeof import ( '../core/scheduler /src/index' ) [ 'default' ] >
2724
+ readonly src : UnwrapRef < typeof import ( '../core/events /src/index' ) [ 'default' ] >
2725
2725
readonly stacksPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'stacksPath' ] >
2726
2726
readonly sticky : UnwrapRef < typeof import ( '../core/utils/src/regex' ) [ 'sticky' ] >
2727
2727
readonly storage : UnwrapRef < typeof import ( '../core/storage/src/index' ) [ 'storage' ] >
0 commit comments