Variable DiscountIncludeSchemaConst
DiscountIncludeSchema: ZodObject<
{
targets: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
categoryId: ...;
discountId: ...;
id: ...;
priceLevelId: ...;
productId: ...;
storeId: ...;
type: ...;
variantId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
categoryId: ...;
discountId: ...;
id: ...;
priceLevelId: ...;
productId: ...;
storeId: ...;
type: ...;
variantId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...