Variable AttributeUnitOwnIncludeSchemaJsonConst
AttributeUnitOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
attribute: ZodOptional<ZodCoercedBoolean<unknown>>;
unit: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...