namespace SPTarkov.Server.Core.Models.External; /// /// This class now runs the Kestrel server is being configured/built, making it the perfect spot to change server configurations. /// public interface IOnWebAppBuildModAsync { Task OnWebAppBuildAsync(); }