add entities for db
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
export type User = any;
|
||||
@Injectable()
|
||||
export class UsersService {}
|
||||
export class UsersService {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user