namespace RobotNet.WebApp.Scripts.Monaco.Editor; public struct SingleEditOperation { public bool? ForceMoveMarkers { get; set; } public Range Range { get; set; } public string Text { get; set; } }