ApprovalStep: {
    allowDelegate?: boolean | null;
    approvalActions?: ApprovalAction | null;
    assignedApprover: ApprovalStepApprover;
    description?: string | null;
    entryCriteria?: ApprovalEntryCriteria | null;
    ifCriteriaNotMet?: string | null;
    label: string;
    name: string;
    rejectBehavior?: ApprovalStepRejectBehavior | null;
    rejectionActions?: ApprovalAction | null;
}

Type declaration