using System;
namespace Wino.Core.Messages.Mails
{
///
/// When IMAP setup dialog breadcrumb navigation requested.
///
/// Page type to navigate.
/// Navigation parameters.
public record ImapSetupNavigationRequested(Type PageType, object Parameter);
}