Skip to content

Type Alias: IssueTypeCreate

ts
type IssueTypeCreate = z.infer<typeof IssueTypeCreateSchema>;

Defined in: src/cloud/models/issueTypeCreate.ts:20