mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-26 12:38:03 +00:00
BETTERZON-75: Adding backend functions to enable user registration
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import {User} from './user.interface';
|
||||
|
||||
export interface Users {
|
||||
[key: number]: User;
|
||||
}
|
||||
Reference in New Issue
Block a user