mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-12 19:36:08 +02:00
5 lines
193 B
C#
5 lines
193 B
C#
using System.ComponentModel.DataAnnotations;
|
|
|
|
namespace API.APIEndpointRecords;
|
|
|
|
public record DownloadAvailableJobsRecord([Required]ulong recurrenceTimeMs, [Required]string localLibraryId); |