Interface FlowJobBase<T>

Type Parameters

  • T

Hierarchy

  • FlowJobBase

Properties

children?: FlowChildJob[]
data?: any
name: string
opts?: Omit<T, "repeat">
prefix?: string
queueName: string

Generated using TypeDoc