다음을 통해 공유


RestorableOperationState type

복원 가능한 장기 실행 작업의 유형입니다.

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