export type CN_RESULT_TYPE = 'info' | 'success' | 'warning' | 'error' | 'empty' | '403' | '404' | '500' | 'networkError' | 'messageEmpty' | 'searchEmpty';
