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

7 lines
No EOL
155 B
C#

namespace Duplicati.Library.Backend;
internal record TahoeStamps
{
public double Linkmotime { get; set; }
public double Linkcrtime { get; set; }
}