Type Alias: CheckRunDetail
Makaio Framework / contracts / CheckRunDetail
Type Alias: CheckRunDetail
Section titled “Type Alias: CheckRunDetail”CheckRunDetail =
z.infer<typeofCheckRunDetailSchema>
Defined in: ../../../packages/contracts/src/capabilities/vcs-pr/schemas.ts:43
Type Composition
Section titled “Type Composition”CheckRunDetailz.infer<typeof CheckRunDetailSchema>typeof CheckRunDetailSchema
Resolved Shape
Section titled “Resolved Shape”type CheckRunDetail = { id: number; name: string; workflowName: string; conclusion: string; failedStep: string | null; detailsUrl: string | null; completedAt: string | null; source: 'check-run' | 'commit-status';};