Files
jsmr/JSMR.Application/Scanning/Contracts/VoiceWorkScanOptions.cs

3 lines
212 B
C#

namespace JSMR.Application.Scanning.Contracts;
public record VoiceWorkScanOptions(int PageNumber, int PageSize, string[] ExcludedMakerIds, bool ExcludePartiallyAIGeneratedWorks, bool ExcludeAIGeneratedWorks);