Skip to content

Type Alias: CommentCreate

ts
type CommentCreate = z.infer<typeof CommentCreateSchema>;

Defined in: src/serviceDesk/models/commentCreate.ts:11