Interface ObjectIdLike

interface ObjectIdLike {
    __id?: string;
    id: string | Uint8Array<ArrayBufferLike>;
    toHexString(): string;
}

Properties

Methods

Properties

__id?: string
id: string | Uint8Array<ArrayBufferLike>

Methods

  • Returns string