Skip to content

Variable: LabelInfoSchema

Makaio Framework


Makaio Framework / contracts / LabelInfoSchema

const LabelInfoSchema: ZodObject<{ name: ZodString; semantic: ZodNullable<ZodEnum<{ automation: "automation"; custom: "custom"; priority: "priority"; review: "review"; size: "size"; status: "status"; type: "type"; }>>; }, $strip>

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

Label with optional semantic classification.