8 lines
96 B
C#
8 lines
96 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public interface INavigation
|
|
{
|
|
Type Type { get; set; }
|
|
}
|
|
|