namespace Azaion.Common.DTO.Config; public class AnnotatorWindowConfig { public double LeftPanelWidth { get; set; } public double RightPanelWidth { get; set; } public bool ShowHelpOnStart { get; set; } }