decent place with fixing api and such
This commit is contained in:
@@ -2,14 +2,14 @@ import { ObjectId } from "mongodb";
|
||||
|
||||
export class User {
|
||||
constructor(
|
||||
public _id: ObjectId,
|
||||
public email: string,
|
||||
public verifiedEmail: boolean,
|
||||
public name: string,
|
||||
public given_name: string,
|
||||
public family_name: string,
|
||||
public picture: string,
|
||||
public locale: string
|
||||
public locale: string,
|
||||
public _id?: ObjectId
|
||||
) // additional properties specific to our users collection
|
||||
{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user