Import from internal git
This commit is contained in:
8
Core/Dto/Settings/JavascriptConfigDto.cs
Normal file
8
Core/Dto/Settings/JavascriptConfigDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Core.Dto.Settings;
|
||||
|
||||
public class JavascriptConfigDto
|
||||
{
|
||||
|
||||
public string Folder { init; get; } = "";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user