6 lines
155 B
C#
6 lines
155 B
C#
using GmRelay.Shared.Platform;
|
|
|
|
namespace GmRelay.Shared.Infrastructure.Scheduling;
|
|
|
|
public sealed record PlatformSchedulerOptions(PlatformKind Platform);
|