6 lines
98 B
C#
6 lines
98 B
C#
namespace Jibo.Runtime.Abstractions;
|
|
|
|
public interface ICapability
|
|
{
|
|
string Name { get; }
|
|
} |