Variable CommentDistinctFieldsSchemaConst
CommentDistinctFieldsSchema: ZodArray<
ZodEnum<
{
comment: "comment";
createdAt: "createdAt";
createdById: "createdById";
id: "id";
parentId: "parentId";
taskId: "taskId";
updatedAt: "updatedAt";
},
>,
> = ...