- fix: objectId in javascript, and not created by Mongodb

This commit is contained in:
Paolo Arena
2019-02-03 03:44:25 +01:00
parent 5d987013c5
commit 990955b6c2
5 changed files with 44 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
export interface ITodo {
_id?: string,
_id?: any,
userId: string
category?: string
descr?: string,