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 c40d82c commit 12b726cCopy full SHA for 12b726c
packages/mongodb-constants/src/filter.ts
@@ -69,7 +69,7 @@ export type FilterOptions = {
69
/**
70
* Filter completions by completion category
71
*/
72
- meta?: (Meta | 'field:*' | 'accumulator:*' | 'expr:*')[];
+ meta?: (Meta | 'field:*' | 'accumulator:*' | 'expr:*' | 'variable:*')[];
73
74
* Stage-only filters
75
packages/mongodb-constants/src/system-variables.ts
@@ -90,6 +90,6 @@ const SYSTEM_VARIABLES = [
90
description:
91
'A variable that stores the role names of the authenticated user running the command.',
92
},
93
-];
+] as const;
94
95
export { SYSTEM_VARIABLES };
0 commit comments