interface IMongoObjectId
Since 0.1.0

A structural subset of the driver ObjectId — enough for the conversion rules the mapping owns.

Methods

toString(): string

Serializes the id to its 24-hex string, the value callers address.

Usage

import { type IMongoObjectId } from "database-plugin/src/index.ts";