Type alias NonObjectIdLikeDocument

NonObjectIdLikeDocument: {
    [key in keyof ObjectIdLike]?: never
} & Document

A type that extends Document but forbids anything that "looks like" an object id.

Generated using TypeDoc