import type { IRequestConfig } from "../../../types";
import type { ICnAsyncSelectRequestConfig } from './i-cn-asyncSelect-request-config';
export type CnAsyncSelectRequestConfig = IRequestConfig & ICnAsyncSelectRequestConfig;
