Import from internal git
This commit is contained in:
8
Core/Settings/GeneralConfig.cs
Normal file
8
Core/Settings/GeneralConfig.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Core.Settings;
|
||||
|
||||
public class GeneralConfig
|
||||
{
|
||||
public required Location ApiFolder { init; get; }
|
||||
public required Location GenerationFolder { init; get; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user