We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a27aa2 commit dcc6cc0Copy full SHA for dcc6cc0
packages/mongodb-ts-autocomplete/src/mock-shell-api.d.ts
@@ -2,6 +2,7 @@ export {}; // turns this into an "external module"
2
3
declare global {
4
namespace ShellAPI {
5
+ // TODO: most of these are actually MQL
6
export interface Document {
7
[key: string]: any;
8
}
0 commit comments