共用方式為


RestorableOperationState type

可還原長時間執行的作業類型。

type RestorableOperationState<TResult, T> = T & { config: OperationConfig }