Syncshell Public & MCDF Share
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using MessagePack;
|
||||
|
||||
namespace MareSynchronos.API.Dto.Group;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public sealed record SyncshellDiscoveryVisibilityRequestDto
|
||||
{
|
||||
public string GID { get; init; } = string.Empty;
|
||||
public bool AutoDetectVisible { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user