Interface WithOptionalObjectId

interface WithOptionalObjectId {
    _id?: ObjectId;
}

Hierarchy

  • Document
    • WithOptionalObjectId

Properties

Properties

_id?: ObjectId

Generated using TypeDoc