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.
2 parents f1936cc + 6a29d02 commit 127085aCopy full SHA for 127085a
src/lib/validation/syntaxes/image.ts
@@ -1,4 +1,4 @@
1
-import {ValidationSyntaxResult} from "../../../@types/validation";
+import type {ValidationSyntaxResult} from "../../../@types/validation.d.ts";
2
import type {FunctionImageToken, Token} from "../../../@types/index.d.ts";
3
import {EnumToken, ValidationLevel} from "../../ast";
4
import {validateSyntax} from "../syntax";
0 commit comments