ims-db
    Preparing search index...

    Variable QuantityUpdateConst

    QuantityUpdate: ZodObject<
        {
            minQuantity: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
            productId: ZodOptional<ZodCoercedNumber<unknown>>;
            quantity: ZodOptional<ZodCoercedNumber<unknown>>;
            readonly: ZodOptional<ZodOptional<ZodCoercedBoolean<unknown>>>;
            storeId: ZodOptional<ZodCoercedNumber<unknown>>;
            updatedById: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
        },
        $strip,
    > = ...

    QuantityUpdate schema (Thu Nov 13 2025)