接口 ObjectIdLike {
    __id?: 字符串
    id: 字符串 | Uint8Array
    toHexString(): 字符串
}

属性

__id?: 字符串
id: 字符串 | Uint8Array

方法

  • 返回字符串

使用TypeDoc生成