Updated the id field in the Project.ts model
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import {model, ObjectId, Schema} from "mongoose";
|
||||
|
||||
export interface IProject {
|
||||
id: ObjectId,
|
||||
_id: ObjectId,
|
||||
name: string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user