LANCommander/LANCommander.Server/Models/ImportDialogOptions.cs
2026-05-24 18:51:58 -05:00

9 lines
No EOL
195 B
C#

using LANCommander.SDK.Enums;
namespace LANCommander.Server.Models;
public class ImportDialogOptions
{
public string Hint { get; set; }
public ManifestType? ManifestType { get; set; }
}