Skip to content

Type Alias: IssueTransition

ts
type IssueTransition = z.infer<typeof IssueTransitionSchema>;

Defined in: src/agile/models/issueTransition.ts:104