Mass rename to align planned codename
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Toolkit.Foundation;
|
||||
|
||||
namespace Bitvault;
|
||||
|
||||
public record LockerConfiguration :
|
||||
ComponentConfiguration
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
|
||||
public string? Key { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user