some background code for manager workspaces

This commit is contained in:
2024-09-06 15:16:19 +02:00
parent ebc57e05d5
commit 9bfd83ee4a
23 changed files with 497 additions and 52 deletions

View File

@@ -0,0 +1,6 @@
namespace ModpackUpdater.Apps.Manager.Api.Model;
public interface IMainApi
{
public IWorkspace? Workspace { get; }
}