Rizu/Rizu.Core/Models/ImportErrContent.cs

10 lines
155 B
C#
Raw Normal View History

2024-05-21 20:29:18 +00:00
using System;
namespace Rizu.Core.Models;
2024-05-21 20:29:18 +00:00
[Serializable]
public class ImportErrContent
{
public string type;
public string message;
}