Construction properties for a ManualApprovalStep

interface ManualApprovalStepProps {
    comment?: string;
}

Properties

Properties

comment?: string

The comment to display with this manual approval

- No comment