9 lines
137 B
C#
9 lines
137 B
C#
namespace Hyperbar;
|
|
|
|
public record NavigationDescriptor :
|
|
INavigationDescriptor
|
|
{
|
|
public required Type Type { get; set; }
|
|
}
|
|
|