Variable ItemAttributeValueSelectFieldsSchemaConst
ItemAttributeValueSelectFieldsSchema: ZodObject<
{
attribute: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<ZodArray<ZodEnum<{ id: ...; name: ... }>>>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<{ id: ...; name: ... }, $strip>,
>,
>;
},
$strip,
>,
],
>,
>;
attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
item: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
categoryId: ...;
description: ...;
id: ...;
minQuantity: ...;
name: ...;
uuid: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
categoryId: ...;
description: ...;
id: ...;
minQuantity: ...;
name: ...;
uuid: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
itemId: ZodOptional<ZodCoercedBoolean<unknown>>;
value: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...