Variable DiscountTargetOwnSelectFieldsSchemaJsonConst
DiscountTargetOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
category: ZodOptional<ZodCoercedBoolean<unknown>>;
categoryId: ZodOptional<ZodCoercedBoolean<unknown>>;
discount: ZodOptional<ZodCoercedBoolean<unknown>>;
discountId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
priceLevel: ZodOptional<ZodCoercedBoolean<unknown>>;
priceLevelId: ZodOptional<ZodCoercedBoolean<unknown>>;
product: ZodOptional<ZodCoercedBoolean<unknown>>;
productId: ZodOptional<ZodCoercedBoolean<unknown>>;
store: ZodOptional<ZodCoercedBoolean<unknown>>;
storeId: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
variant: ZodOptional<ZodCoercedBoolean<unknown>>;
variantId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...