mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-15 04:59:42 +03:00
create admins endpoint
This commit is contained in:
5
backend/dist/libs/database/user.entity.d.ts
vendored
Normal file
5
backend/dist/libs/database/user.entity.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare class User {
|
||||
constructor(props?: Partial<User>);
|
||||
id: string;
|
||||
user_name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user