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