Import from internal git
This commit is contained in:
8
Core/Actions/PlantUmlExport.cs
Normal file
8
Core/Actions/PlantUmlExport.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Core.Actions;
|
||||
|
||||
public class PlantUmlExport
|
||||
{
|
||||
public required Location LocalRoot;
|
||||
public required Location Template;
|
||||
public required Location Output;
|
||||
}
|
||||
Reference in New Issue
Block a user