export declare class GetTreeDataRequest { constructor(params: Partial); /** * 类型编码 */ typeCode: string; /** * 搜索查询 */ filter: string; }