Variable CommentOwnIncludeSchemaConst
CommentOwnIncludeSchema: ZodObject<
{
comments: ZodOptional<ZodCoercedBoolean<unknown>>;
createdBy: ZodOptional<ZodCoercedBoolean<unknown>>;
parent: ZodOptional<ZodCoercedBoolean<unknown>>;
task: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...