Type alias MongoId

MongoId: string & {
    __meta?: ["mongoId"];
}

MongoDB's ObjectID type. serialized as string in JSON, ObjectID in database.

Generated using TypeDoc