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 c404e9f commit def8ae9Copy full SHA for def8ae9
packages/compass-schema-validation/src/modules/validation.ts
@@ -6,7 +6,10 @@ import { openToast } from '@mongodb-js/compass-components';
6
import { isEqual, pick } from 'lodash';
7
import { disableEditRules } from './edit-mode';
8
import { isAction } from '../util';
9
-import { IS_ZERO_STATE_CHANGED, IsZeroStateChangedAction } from './zero-state';
+import {
10
+ IS_ZERO_STATE_CHANGED,
11
+ type IsZeroStateChangedAction,
12
+} from './zero-state';
13
14
export type ValidationServerAction = 'error' | 'warn';
15
export type ValidationLevel = 'off' | 'moderate' | 'strict';
0 commit comments