export type ICnAsyncSelectRequestMethod = 'GET' | 'POST' | 'DELETE' | 'PUT';
