3 lines
99 B
C#
3 lines
99 B
C#
namespace Flawless.Communication.Shared;
|
|
|
|
public record LockFileInfo(string Path, string Owner); |