7 lines
143 B
C#
7 lines
143 B
C#
namespace TBF.Rig.GenericDevices
|
|
{
|
|
public interface IRestAPIAdapter : TBF.Rig.Generic.IComponent
|
|
{
|
|
string Path { get; }
|
|
}
|
|
} |