Variable QuantityOwnIncludeSchemaJsonConst
QuantityOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
item: ZodOptional<ZodCoercedBoolean<unknown>>;
quantityMoveSources: ZodOptional<ZodCoercedBoolean<unknown>>;
quantityMoveTargets: ZodOptional<ZodCoercedBoolean<unknown>>;
room: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...