chore: export RunInlineTaskFunction type (#10372)

This commit is contained in:
Alessio Gravili
2025-01-05 21:00:17 -07:00
committed by GitHub
parent 4a15b866e0
commit 1a9fba5f00

View File

@@ -1288,6 +1288,7 @@ export type {
} from './preferences/types.js'
export type { JobsConfig, RunJobAccess, RunJobAccessArgs } from './queues/config/types/index.js'
export type {
RunInlineTaskFunction,
RunTaskFunction,
TaskConfig,
TaskHandler,