Skip to content

Commit 127085a

Browse files
authored
Merge pull request #64 from tbela99/m0.9.0
fix type import #52
2 parents f1936cc + 6a29d02 commit 127085a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/validation/syntaxes/image.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {ValidationSyntaxResult} from "../../../@types/validation";
1+
import type {ValidationSyntaxResult} from "../../../@types/validation.d.ts";
22
import type {FunctionImageToken, Token} from "../../../@types/index.d.ts";
33
import {EnumToken, ValidationLevel} from "../../ast";
44
import {validateSyntax} from "../syntax";

0 commit comments

Comments
 (0)