UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

5 lines (4 loc) 86 B
export declare class ActionInterface<P = void> { type: string; payload?: P; }