Files
Hyperbar/Hyperbar/Lifecycles/Navigate.cs
T
2024-02-04 22:06:55 +00:00

9 lines
173 B
C#

namespace Hyperbar;
public record Navigate(object Key) :
INotification;
public record Navigate<TTemplate>(TTemplate Template, object Content) :
INotification;