ims-db
    Preparing search index...

    Variable QuantityFieldConst

    QuantityField: ZodEnum<
        {
            createdAt: "createdAt";
            deletedAt: "deletedAt";
            id: "id";
            minQuantity: "minQuantity";
            productId: "productId";
            quantity: "quantity";
            readonly: "readonly";
            storeId: "storeId";
            updatedAt: "updatedAt";
            updatedById: "updatedById";
        },
    > = ...

    QuantityField schema (Thu Nov 13 2025)