UNPKG

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