UNPKG

222 BTypeScriptView Raw
1import { MetaAction } from '../../actions';
2export declare function validateAction(action: MetaAction): {
3 path: string | undefined;
4 error: string;
5 message?: string | undefined;
6 value: any;
7}[] | undefined;