Skip to main content
Module

x/mongo/deps.ts>ObjectIdLike

MongoDB driver for Deno
Extremely Popular
Go to Latest
interface ObjectIdLike
import { type ObjectIdLike } from "https://deno.land/x/mongo@v0.31.2/deps.ts";

Properties

id: string | Uint8Array
optional
__id: string

Methods

toHexString(): string