This commit is contained in:
Daniel Clark
2022-12-09 22:54:51 +00:00
parent 4c8fd3dae4
commit 9d97d437a6
28 changed files with 517 additions and 512 deletions
@@ -1,10 +1,8 @@
namespace Toolkit.Foundation
namespace Toolkit.Foundation;
public interface IWritableJsonConfigurationDescriptor
{
public interface IWritableJsonConfigurationDescriptor
{
Type ConfigurationType { get; }
string Key { get; }
}
Type ConfigurationType { get; }
string Key { get; }
}