UNPKG

332 BTypeScriptView Raw
1import { MetaAction } from '../../../actions/types';
2export declare function generateAction(action: Partial<MetaAction>): {
3 clientInterface: import("../../../actions/types").ClientInterface | {
4 name: string;
5 version: string;
6 };
7 version: string;
8 group: string;
9 type: string;
10 payload?: any;
11};