Guest User

Untitled

a guest
Mar 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import { Action } from '@ngrx/store';
  2.  
  3. interface IAction extends Action {
  4. payload: {
  5. data: any;
  6. path: string | Array<string>;
  7. }
  8. }
Add Comment
Please, Sign In to add comment