Import from internal git
This commit is contained in:
16
Core/Yaml/YamlConfig.cs
Normal file
16
Core/Yaml/YamlConfig.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Core.SpecConfig;
|
||||
|
||||
namespace Core.Yaml;
|
||||
|
||||
public class YamlConfig
|
||||
{
|
||||
public PackageTypes PackageTypes;
|
||||
public int Priority { get; set; }
|
||||
public SpecType Type { get; set; }
|
||||
public string NugetPackage { get; set; } = "";
|
||||
public string NpmPackage { get; set; } = "";
|
||||
public string JavaGroup { get; set; } = "";
|
||||
public string ModelSuffix { get; set; } = "";
|
||||
public bool KeepModels { get; set; } = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user