@@ -166,6 +166,7 @@ declare global {
166
166
const defineChat : typeof import ( '../core/utils/src/config' ) [ 'defineChat' ]
167
167
const defineCli : typeof import ( '../core/utils/src/config' ) [ 'defineCli' ]
168
168
const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
169
+ const defineCronJob : typeof import ( '../core/utils/src/config' ) [ 'defineCronJob' ]
169
170
const defineCronJobsConfig : typeof import ( '../core/utils/src/config' ) [ 'defineCronJobsConfig' ]
170
171
const defineDatabase : typeof import ( '../core/utils/src/config' ) [ 'defineDatabase' ]
171
172
const defineDependencies : typeof import ( '../core/utils/src/config' ) [ 'defineDependencies' ]
@@ -176,6 +177,7 @@ declare global {
176
177
const defineEvents : typeof import ( '../core/utils/src/config' ) [ 'defineEvents' ]
177
178
const defineGit : typeof import ( '../core/utils/src/config' ) [ 'defineGit' ]
178
179
const defineHashing : typeof import ( '../core/utils/src/config' ) [ 'defineHashing' ]
180
+ const defineJob : typeof import ( '../core/utils/src/config' ) [ 'defineJob' ]
179
181
const defineJobsConfig : typeof import ( '../core/utils/src/config' ) [ 'defineJobsConfig' ]
180
182
const defineLibrary : typeof import ( '../core/utils/src/config' ) [ 'defineLibrary' ]
181
183
const defineModel : typeof import ( '../core/utils/src/config' ) [ 'defineModel' ]
@@ -920,21 +922,17 @@ declare module 'vue' {
920
922
readonly defineChat : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineChat' ] >
921
923
readonly defineCli : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineCli' ] >
922
924
readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
923
- readonly defineCronJobsConfig : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineCronJobsConfig ' ] >
925
+ readonly defineCronJob : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineCronJob ' ] >
924
926
readonly defineDatabase : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineDatabase' ] >
925
927
readonly defineDependencies : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineDependencies' ] >
926
- readonly defineDeps : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineDeps' ] >
927
928
readonly defineDns : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineDns' ] >
928
929
readonly defineEmail : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineEmail' ] >
929
930
readonly defineEmailConfig : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineEmailConfig' ] >
930
- readonly defineEvents : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineEvents' ] >
931
931
readonly defineGit : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineGit' ] >
932
932
readonly defineHashing : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineHashing' ] >
933
- readonly defineJobsConfig : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineJobsConfig ' ] >
933
+ readonly defineJob : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineJob ' ] >
934
934
readonly defineLibrary : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineLibrary' ] >
935
- readonly defineModel : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineModel' ] >
936
935
readonly defineNotification : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineNotification' ] >
937
- readonly definePage : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'definePage' ] >
938
936
readonly definePayment : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'definePayment' ] >
939
937
readonly defineQueue : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineQueue' ] >
940
938
readonly defineSearchEngine : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineSearchEngine' ] >
@@ -1668,21 +1666,17 @@ declare module '@vue/runtime-core' {
1668
1666
readonly defineChat : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineChat' ] >
1669
1667
readonly defineCli : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineCli' ] >
1670
1668
readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
1671
- readonly defineCronJobsConfig : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineCronJobsConfig ' ] >
1669
+ readonly defineCronJob : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineCronJob ' ] >
1672
1670
readonly defineDatabase : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineDatabase' ] >
1673
1671
readonly defineDependencies : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineDependencies' ] >
1674
- readonly defineDeps : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineDeps' ] >
1675
1672
readonly defineDns : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineDns' ] >
1676
1673
readonly defineEmail : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineEmail' ] >
1677
1674
readonly defineEmailConfig : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineEmailConfig' ] >
1678
- readonly defineEvents : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineEvents' ] >
1679
1675
readonly defineGit : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineGit' ] >
1680
1676
readonly defineHashing : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineHashing' ] >
1681
- readonly defineJobsConfig : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineJobsConfig ' ] >
1677
+ readonly defineJob : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineJob ' ] >
1682
1678
readonly defineLibrary : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineLibrary' ] >
1683
- readonly defineModel : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineModel' ] >
1684
1679
readonly defineNotification : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineNotification' ] >
1685
- readonly definePage : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'definePage' ] >
1686
1680
readonly definePayment : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'definePayment' ] >
1687
1681
readonly defineQueue : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineQueue' ] >
1688
1682
readonly defineSearchEngine : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineSearchEngine' ] >
0 commit comments