Variable AttributeValueOmitFieldsSchemaJsonConst
AttributeValueOmitFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
booleanValue: ZodOptional<ZodCoercedBoolean<unknown>>;
floatValue: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
textValue: ZodOptional<ZodCoercedBoolean<unknown>>;
variantId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...