Import from internal git
This commit is contained in:
15
Core/Dto/Settings/OpenApiConfigDto.cs
Normal file
15
Core/Dto/Settings/OpenApiConfigDto.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Core.Dto.Settings;
|
||||
|
||||
public class OpenApiConfigDto
|
||||
{
|
||||
public string OutputFolder { init; get; } = "";
|
||||
public string GeneratorConfigFile { init; get; } = "";
|
||||
public string GeneratorIgnoreFile { init; get; } = "";
|
||||
public string SpecExtension {init; get; } = "";
|
||||
public string SchemasIdentifier {init; get; } = "";
|
||||
public string ConfigExtension {init; get; } = "";
|
||||
public string ConfigIdentifier {init; get; } = "";
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user