2025-01-05 17:05:23 +03:00
|
|
|
namespace Nebula.Shared.Models;
|
2024-12-22 16:38:47 +03:00
|
|
|
|
2026-01-16 21:02:34 +03:00
|
|
|
public record struct RobustManifestInfo(Uri ManifestUri, Uri DownloadUri, string Hash);
|
|
|
|
|
public record struct RobustZipContentInfo(Uri DownloadUri, string Hash);
|