Variable AttributeValueIncludeSchemaConst
AttributeValueIncludeSchema: ZodObject<
{
attribute: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ categoryId: ...; description: ...; id: ...; name: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ categoryId: ...; description: ...; id: ...; name: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
variant: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ id: ...; productId: ...; sku: ...; upc: ...; uuid: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ id: ...; productId: ...; sku: ...; upc: ...; uuid: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...