navigation improvements
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#nullable enable
|
||||
|
||||
using Wino.Core.Domain.Entities.Calendar;
|
||||
|
||||
namespace Wino.Core.Domain.Models.Calendar;
|
||||
|
||||
public sealed record AccountCalendarPickingResult(AccountCalendar? PickedCalendar, bool ShouldNavigateToCalendarSettings);
|
||||
Reference in New Issue
Block a user