Files
isn/src/isn.abst/APIKO.cs
2023-04-25 22:40:58 +01:00

11 lines
198 B
C#

using System.Collections.Generic;
namespace isn
{
public class APIKO
{
public string Context { get; set; }
public Dictionary<string, string[]> Errors { get; set; }
}
}