SessionZero.SzfToolkit-Dotnet/SessionZero.SzfLib/File/SzfFile.cs

8 lines
201 B
C#

namespace SessionZero.SzfLib.File;
public class SzfFile : ISzfFile
{
public string? SzfType { get; set; }
public string? SchemaVersion { get; set; }
public string? Content { get; set; }
}