Type alias WithId

WithId: {
    _id: ObjectId;
}

MongoDB specific ID field.

Type declaration

  • _id: ObjectId

Generated using TypeDoc