import { Payload } from '../../util/types'; export interface TreeExpandAndCollapsePayload extends Payload { dataIndex: number; }