namespace Stylist.Data.Models.Dtos.Schedule { public record ScheduleAvailableSlotDto { public TimeOnly Starts { get; set; } public TimeOnly Ends { get; set; } } }