ims-db
    Preparing search index...

    Variable ProductDiscountUpdateConst

    ProductDiscountUpdate: ZodObject<
        {
            discountId: ZodOptional<ZodCoercedNumber<unknown>>;
            productId: ZodOptional<ZodCoercedNumber<unknown>>;
            readonly: ZodOptional<ZodOptional<ZodCoercedBoolean<unknown>>>;
        },
        $strip,
    > = ...

    ProductDiscountUpdate schema (Thu Nov 13 2025)