using JSMR.Application.Scanning.Ports; namespace JSMR.Application.Scanning; public sealed record ScanVoiceWorksResponse( VoiceWorkUpsertResult[] Results, bool EndOfResults );