9 lines
127 B
C#
9 lines
127 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record Navigation :
|
|
INavigation
|
|
{
|
|
public required Type Type { get; set; }
|
|
}
|
|
|