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