mycroforge/MycroForge.CLI/Features/Api.Options.cs
mdnapo 02a82589ae - Refactored init & features
- Extended documentation
2024-07-14 22:27:32 +02:00

9 lines
161 B
C#

namespace MycroForge.CLI.Features;
public sealed partial class Api
{
public class Options
{
public int? ApiPort { get; set; }
}
}