1
0

3 lines
99 B
C#

namespace Flawless.Communication.Shared;
public record LockFileInfo(string Path, string Owner);