summaryrefslogtreecommitdiffstats
path: root/generator/plugins/dotnet/custom/IOrType.cs
blob: 217b64a47f872cd635f4e3bed16d1cb2c97be322 (plain)
1
2
3
4
public interface IOrType
{
    public object? Value { get; }
}