add entities for db

This commit is contained in:
TheManus88
2024-09-10 22:57:31 -06:00
parent 6829f044d3
commit 6c59c341e7
11 changed files with 745 additions and 71 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
import { Injectable } from '@nestjs/common';
export type User = any;
@Injectable()
export class UsersService {}
export class UsersService {
}