interface CheckRunFilter { app?: IDType | {}; check_suite?: IDType | {}; deployment?: IDType | {}; filter?: "latest" | "all"; output?: IDType | {}; pull_requests?: (
IDType | { id: number; number: number; url: string; head: { ref: string; sha: string; repo: { id: number; url: string; name: string; }; }; base: { ref: string; sha: string; repo: { id: number; url: string; name: string; }; }; }[]
)
& (
IDType[] | {}[])
;} Properties
Optionalapp
app?: IDType | {}
Optionalcheck_suite
check_suite?: IDType | {}
Optionaldeployment
deployment?: IDType | {}
Optionalfilter
filter?: "latest" | "all"
Optionaloutput
output?: IDType | {}
Optionalpull_requests
pull_requests?: (
IDType | { id: number; number: number; url: string; head: { ref: string; sha: string; repo: { id: number; url: string; name: string; }; }; base: { ref: string; sha: string; repo: { id: number; url: string; name: string; }; }; }[]
) & (IDType[] | {}[])