// File: src/types/layout-settings.ts export interface ILayoutSettings { hideDesignerScroller?: boolean; }