ims-db
    Preparing search index...

    Variable ProductTypeDiscountUpdateConst

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

    ProductTypeDiscountUpdate schema (Thu Nov 13 2025)