Type alias DropDatabaseEvent

删除数据库事件: {
    ns: Omit<DocumentNamespace, "coll">
}BaseChangeEvent<"dropDatabase">

删除数据库时发生。

类型声明

使用TypeDoc生成