# Constants
LineAdded represents added line preceded by '+'.
LineDeleted represents deleted line preceded by '-'.
LineUnchanged represents unchanged, contextual line preceded by ' '.
# Interfaces
DiffReviewer is the interface type for writing Nightfall DLP reviews/comments to a code repository commit/PR.
# Type aliases
LineType represents the type of diff line.