Variable CommentOwnSelectFieldsSchemaConst
CommentOwnSelectFieldsSchema: ZodObject<
{
comment: ZodOptional<ZodCoercedBoolean<unknown>>;
comments: ZodOptional<ZodCoercedBoolean<unknown>>;
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
createdBy: ZodOptional<ZodCoercedBoolean<unknown>>;
createdById: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
parent: ZodOptional<ZodCoercedBoolean<unknown>>;
parentId: ZodOptional<ZodCoercedBoolean<unknown>>;
task: ZodOptional<ZodCoercedBoolean<unknown>>;
taskId: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...