Type Definitions
Core TypeScript types used throughout AI Code Reviewer.
Core Types
| Type | Description |
|---|---|
ParsedDiff | Git diff output structure |
ProjectInfo | Project detection result |
ReviewFinding | Single review finding |
ReviewerConfig | Configuration structure |
Usage
typescript
import type {
ParsedDiff,
ProjectInfo,
ReviewFinding,
ReviewerConfig,
SeverityLevel,
} from 'ai-code-reviewer-plus'