3 lines
212 B
C#
3 lines
212 B
C#
namespace JSMR.Application.Scanning.Contracts;
|
|
|
|
public record VoiceWorkScanOptions(int PageNumber, int PageSize, string[] ExcludedMakerIds, bool ExcludePartiallyAIGeneratedWorks, bool ExcludeAIGeneratedWorks); |