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