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 e03bbdd commit eca969aCopy full SHA for eca969a
packages/sdk/src/algebraic_type.ts
@@ -1,4 +1,5 @@
1
-import { TimeDuration, Timestamp } from '.';
+import { TimeDuration } from './time_duration';
2
+import { Timestamp } from './timestamp';
3
import { ConnectionId } from './connection_id';
4
import type BinaryReader from './binary_reader';
5
import type BinaryWriter from './binary_writer';
0 commit comments