Variable CategoryOwnIncludeSchemaJsonConst
CategoryOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
categories: ZodOptional<ZodCoercedBoolean<unknown>>;
parent: ZodOptional<ZodCoercedBoolean<unknown>>;
tasks: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...