5 lines
199 B
C#
5 lines
199 B
C#
using Barcode.Host.Shared.KeyboardMouse;
|
|
|
|
namespace Barcode.Host.Shared.Models;
|
|
|
|
public record Notification(KeyPressEvent? KeyPressEvent, string? LastScanServiceResultValue, string? HttpContentBody); |