5 lines
166 B
C#
5 lines
166 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record NavigateBack(object? Context = null, string? Scope = null);
|
|
|
|
public record NavigateBack<TNavigation>(object? Context); |