Variable TaskCategoryOwnIncludeSchemaJsonConst
TaskCategoryOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
category: ZodOptional<ZodCoercedBoolean<unknown>>;
task: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...