interface ManualInterventionUpdateMetadata {
    comment?: string;
    status?: ManualInterventionStatus;
}

Properties

Properties

comment?: string

Sets the comment for manual intervention update.

Sets the status of the manual intervention.