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