Created
August 2, 2019 08:45
-
-
Save ngohungphuc/5f1526ad7873e3848d3caba3a59a6960 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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