Values.ConnectorOperationStepSourceDetails of a step that is involved in a connector's operation.
type nonrec t = {stepType : ConnectorOperationStepType.t option;The step type of the operation.
*)stepState : ConnectorOperationStepState.t option;The step state of the operation.
*)}