Skip to content

Type Alias: LabelInfo

Makaio Framework


Makaio Framework / contracts / LabelInfo

LabelInfo = z.infer<typeof LabelInfoSchema>

Defined in: ../../../packages/contracts/src/capabilities/vcs-pr/schemas.ts:20

  • LabelInfo
    • z.infer<typeof LabelInfoSchema>
      • typeof LabelInfoSchema
type LabelInfo = {
name: string;
semantic: 'custom' | 'type' | 'priority' | 'status' | 'review' | 'size' | 'automation' | null;
};