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