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