Type Alias: LabelInfo
Makaio Framework / contracts / LabelInfo
Type Alias: LabelInfo
Section titled “Type Alias: LabelInfo”LabelInfo =
z.infer<typeofLabelInfoSchema>
Defined in: ../../../packages/contracts/src/capabilities/vcs-pr/schemas.ts:20
Type Composition
Section titled “Type Composition”LabelInfoz.infer<typeof LabelInfoSchema>typeof LabelInfoSchema
Resolved Shape
Section titled “Resolved Shape”type LabelInfo = { name: string; semantic: 'custom' | 'type' | 'priority' | 'status' | 'review' | 'size' | 'automation' | null;};