Interface WithOptionalObjectId

interface WithOptionalObjectId {
    _id?: ObjectId;
    [key: string]: any;
}

Hierarchy

  • Document
    • WithOptionalObjectId

Indexable

  • [key: string]: any

Properties

Properties

_id?: ObjectId