Skip to content

@sqlrooms/discuss / Comment

Variable: Comment

const Comment: ZodObject<{ id: ZodString; userId: ZodString; text: ZodString; timestamp: ZodCoercedDate<unknown>; parentId: ZodOptional<ZodString>; }, $strip>