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