Skip to content

Type Alias: CommentInput

ts
type CommentInput = z.infer<typeof CommentInputSchema>;

Defined in: src/cloud/models/commentInput.ts:48