We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981dcc3 commit 3ab7bebCopy full SHA for 3ab7beb
src/common/atlas/roles.ts
@@ -1,5 +1,5 @@
1
-import { UserConfig } from "../config.js";
2
-import { DatabaseUserRole } from "./openapi.js";
+import type { UserConfig } from "../config.js";
+import type { DatabaseUserRole } from "./openapi.js";
3
4
/**
5
* Get the default role name for the database user based on the Atlas Admin API
0 commit comments