mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
7 lines
No EOL
148 B
C#
7 lines
No EOL
148 B
C#
namespace Duplicati.Library.Backend;
|
|
|
|
internal record TahoeEl
|
|
{
|
|
public string? Nodetype { get; set; }
|
|
public TahoeNode? Node { get; set; }
|
|
} |