ReviewTarget:
| { type: "uncommittedChanges" }
| { branch: string; type: "baseBranch" }
| { sha: string; title: string | null; type: "commit" }
| { instructions: string; type: "custom" }
Type Declaration
- { type: "uncommittedChanges" }
- { branch: string; type: "baseBranch" }
- { sha: string; title: string | null; type: "commit" }
sha: string
title: string | null
type: "commit"
- { instructions: string; type: "custom" }
Optional human-readable label (e.g., commit subject) for UIs.