WarehouseServiceMessages: {
    CREATE_INGREDIENT: string;
    DECREASE_INGREDIENTS_QUANTITY: string;
    GET_ALL_AVAILABLE_INGREDIENT: string;
    GET_ALL_INGREDIENT: string;
    RESTOCK_INGREDIENT: string;
} = ...

Different messages handled by the warehouse microservice