forked from Eauldane/SnowcloakClient
Initial
This commit is contained in:
12
MareSynchronos/Services/RepoChangeConfig.cs
Normal file
12
MareSynchronos/Services/RepoChangeConfig.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace MareSynchronos.Services;
|
||||
|
||||
public record RepoChangeConfig
|
||||
{
|
||||
[JsonPropertyName("current_repo")]
|
||||
public string? CurrentRepo { get; set; }
|
||||
|
||||
[JsonPropertyName("valid_repos")]
|
||||
public string[]? ValidRepos { get; set; }
|
||||
}
|
Reference in New Issue
Block a user