forked from Roflin/gamenight
7 lines
112 B
C#
7 lines
112 B
C#
namespace FrontendPlaformUno.Models;
|
|
|
|
public record AppConfig
|
|
{
|
|
public string? Environment { get; init; }
|
|
}
|