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

7 lines
No EOL
148 B
C#

namespace Duplicati.Library.Backend;
internal record TahoeEl
{
public string? Nodetype { get; set; }
public TahoeNode? Node { get; set; }
}