namespace PARR.API.Contracts.V1.Requests { public record StatRobotSnapshotCreateRequest { public int TemplateRobotsCount { get; set; } public int ScheduleRobotsCount { get; set; } public int MaxRobots { get; set; } } }