Skip to content

Instantly share code, notes, and snippets.

@ngohungphuc
Created August 2, 2019 08:45
Show Gist options
  • Save ngohungphuc/5f1526ad7873e3848d3caba3a59a6960 to your computer and use it in GitHub Desktop.
Save ngohungphuc/5f1526ad7873e3848d3caba3a59a6960 to your computer and use it in GitHub Desktop.
export class LoadAllUserSuccess implements Action {
public readonly type = UserActionTypes.LoadAllUserSuccess;
constructor(public payload: { users: IUser[] }) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment