duplicati/Duplicati/Library/Backend/TahoeLAFS/TahoeMetadata.cs
2025-05-06 17:16:09 -03:00

6 lines
No EOL
115 B
C#

namespace Duplicati.Library.Backend;
internal record TahoeMetadata
{
public TahoeStamps? Tahoe { get; set; }
}