import { IRequestConfig } from "../../../types";
export type CnCascaderSelectRequestConfig = IRequestConfig & {
    /**
     * 远程懒加载参数名
     */
    remoteLazyLoadKey?: string;
    /**
     * 搜索关键词
     */
    searchKey?: string;
};
