import type { ServerSideRowGroupSelectionState, ServerSideRowSelectionState } from './selectionState'; export interface IServerSideSelectionState extends ServerSideRowSelectionState { } export interface IServerSideGroupSelectionState extends ServerSideRowGroupSelectionState { toggledNodes?: IServerSideGroupSelectionState[]; }