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