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 db3b603 commit cf40c0cCopy full SHA for cf40c0c
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