mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
8 lines
195 B
C#
8 lines
195 B
C#
|
|
namespace Plonds.Shared.Models;
|
|||
|
|
|
|||
|
|
public sealed record DdssManifest(
|
|||
|
|
string FormatVersion,
|
|||
|
|
string ReleaseTag,
|
|||
|
|
DateTimeOffset GeneratedAt,
|
|||
|
|
IReadOnlyList<DdssAssetEntry> Assets);
|