Skip to content

Commit dcc6cc0

Browse files
committed
comment
1 parent 2a27aa2 commit dcc6cc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mongodb-ts-autocomplete/src/mock-shell-api.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export {}; // turns this into an "external module"
22

33
declare global {
44
namespace ShellAPI {
5+
// TODO: most of these are actually MQL
56
export interface Document {
67
[key: string]: any;
78
}

0 commit comments

Comments
 (0)