11 lines
176 B
C#
11 lines
176 B
C#
namespace Toolkit.Foundation
|
|
{
|
|
public interface IWritableJsonConfigurationDescriptor
|
|
{
|
|
Type ConfigurationType { get; }
|
|
|
|
string Key { get; }
|
|
}
|
|
|
|
}
|