Interface: FetchFindingsParams
Makaio Framework / contracts / FetchFindingsParams
Interface: FetchFindingsParams
Section titled “Interface: FetchFindingsParams”Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:30
Parameters for fetching findings from a source.
Properties
Section titled “Properties”target
Section titled “target”target:
object
Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:32
Target PR/branch
branch?
Section titled “branch?”
optionalbranch?:string
Branch name
headSha?
Section titled “headSha?”
optionalheadSha?:string
Head commit SHA
prNumber?
Section titled “prNumber?”
optionalprNumber?:number
Pull request number
repository
Section titled “repository”repository:
string
Repository identity (e.g., ‘owner/repo’)