Added groups - missing user management. Fixed several issues.
This commit is contained in:
6
src/app/shared/models/redeemable-action.ts
Normal file
6
src/app/shared/models/redeemable-action.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export default interface RedeemableAction {
|
||||
user_id: string;
|
||||
name: string;
|
||||
type: string;
|
||||
data: any;
|
||||
}
|
Reference in New Issue
Block a user