次の方法で共有


RestorableOperationState type

復元可能な実行時間の長い操作の種類。

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