UNPKG

262 BTypeScriptView Raw
1import { MetaAction } from '../../actions';
2import { ActionType } from '../../actions/Loading';
3import { ValidationError } from '../type-validate';
4export declare function validateAction(action: MetaAction): ValidationError[] | undefined;
5export { ActionType };