using Barcode.Host.Shared.KeyboardMouse;

namespace Barcode.Host.Shared.Models;

public record Notification(KeyPressEvent? KeyPressEvent, string? LastScanServiceResultValue, string ToolClass, string? HttpContentBody);