Skip to content

Commit 3b74479

Browse files
type
1 parent ec698e2 commit 3b74479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeParser/PromiseNodeParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import ts from "typescript";
2-
import { Context, NodeParser } from "../NodeParser.js";
2+
import { Context, type NodeParser } from "../NodeParser.js";
33
import type { SubNodeParser } from "../SubNodeParser.js";
44
import { AliasType } from "../Type/AliasType.js";
55
import type { BaseType } from "../Type/BaseType.js";

0 commit comments

Comments
 (0)