mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-20 13:51:28 +08:00
6 lines
108 B
C#
6 lines
108 B
C#
namespace Plonds.Shared.Models;
|
|
|
|
public sealed record DdssMirrorEntry(
|
|
string Type,
|
|
string Url);
|