Skip to content

Commit f2cc947

Browse files
committed
Fix import
1 parent e0147f1 commit f2cc947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/abstractions/src/requestAdapter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import type { DateOnly } from "./dateOnly";
88
import type { Duration } from "./duration";
99
import { type RequestInformation } from "./requestInformation";
10-
import type { Parsable, ParsableFactory, SerializationWriterFactory } from "./serialization";
10+
import type { Parsable, ParsableFactory, ParseNodeFactory, SerializationWriterFactory } from "./serialization";
1111
import { type BackingStoreFactory } from "./store";
1212
import type { TimeOnly } from "./timeOnly";
1313

0 commit comments

Comments
 (0)