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