Variable StoreIncludeSchemaConst
StoreIncludeSchema: ZodObject<
{
discounts: 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,
>,
],
>,
>;
priceLevel: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
currencyId: ...;
id: ...;
name: ...;
notes: ...;
slug: ...;
taxrate: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
currencyId: ...;
id: ...;
name: ...;
notes: ...;
slug: ...;
taxrate: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
quantities: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
alertThreshold: ...;
id: ...;
quantity: ...;
storeId: ...;
variantId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
alertThreshold: ...;
id: ...;
quantity: ...;
storeId: ...;
variantId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
serialNumbers: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
id: ...;
inStock: ...;
serialNumber: ...;
storeId: ...;
variantId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ...;
inStock: ...;
serialNumber: ...;
storeId: ...;
variantId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...