Variable AttributeValueOwnSelectFieldsSchemaConst
AttributeValueOwnSelectFieldsSchema: ZodObject<
{
attribute: ZodOptional<ZodCoercedBoolean<unknown>>;
attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
booleanValue: ZodOptional<ZodCoercedBoolean<unknown>>;
floatValue: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
textValue: ZodOptional<ZodCoercedBoolean<unknown>>;
variant: ZodOptional<ZodCoercedBoolean<unknown>>;
variantId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...