Updated the id field in the Account.ts model
This commit is contained in:
parent
5b59f674ef
commit
e2941eb850
@ -3,7 +3,7 @@ import { fieldEncryption } from "mongoose-field-encryption";
|
|||||||
import * as process from "process";
|
import * as process from "process";
|
||||||
|
|
||||||
export interface IAccount {
|
export interface IAccount {
|
||||||
id: ObjectId,
|
_id: ObjectId,
|
||||||
username: string,
|
username: string,
|
||||||
email: string,
|
email: string,
|
||||||
password: string,
|
password: string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user