namespace RobotNet.WebApp.Scripts.Monaco; public struct Range { public int EndColumn { get; set; } public int EndLineNumber { get; set; } public int StartColumn { get; set; } public int StartLineNumber { get; set; } }