import { ISelectionsConfig } from './selection-config'; export interface IUniverSheetsConfig { selections: ISelectionsConfig; }