trying to add everything but models are messy with mongoose...just nonsense from higher perspective

This commit is contained in:
talksik
2022-04-01 12:28:09 -04:00
parent ce0fb7a885
commit 5f5d977012
12 changed files with 194 additions and 128 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { ObjectId } from "mongodb";
export class GoogleUserInfo {
export default class GoogleUserInfo {
constructor(
public id: string,
public email: string,