类型别名 StartProcessingFuncType<CompleteValueType, StartValueType>
StartProcessingFuncType: ( options: { completeFunc: (value: CompleteValueType) => void; errorFunc: (error: any) => void; runningingID: number; }, ...args: StartValueType,) => (cancelError?: CancelError) => void 类型参数
- CompleteValueType
- StartValueType extends any[]