mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
6 lines
No EOL
115 B
C#
6 lines
No EOL
115 B
C#
namespace Duplicati.Library.Backend;
|
|
|
|
internal record TahoeMetadata
|
|
{
|
|
public TahoeStamps? Tahoe { get; set; }
|
|
} |