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 e20f572 commit c8f161aCopy full SHA for c8f161a
src/tools/mongodb/metadata/listDatabases.ts
@@ -15,6 +15,8 @@ export const ListDatabasesOutputSchema = {
15
totalCount: z.number(),
16
};
17
18
+// JSDoc comment needed to tell knip that this is intentionally public
19
+/** @public - Used by UI components */
20
export type ListDatabasesOutput = z.infer<z.ZodObject<typeof ListDatabasesOutputSchema>>;
21
22
export class ListDatabasesTool extends MongoDBToolBase {
0 commit comments