bunqueue v2.8 API referenceall versions ยท guide
bunqueue
    Preparing search index...

    Type Alias StepHandler<TInput, TResult>

    StepHandler: (ctx: StepContext<TInput, any>) => Promise<TResult> | TResult

    Step handler function (type-erased for internal storage)

    Type Parameters

    • TInput = unknown
    • TResult = unknown

    Type Declaration