- fix: objectId in javascript, and not created by Mongodb
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface ITodo {
|
||||
_id?: string,
|
||||
_id?: any,
|
||||
userId: string
|
||||
category?: string
|
||||
descr?: string,
|
||||
|
||||
Reference in New Issue
Block a user