Skip to content

Commit 7f8b08f

Browse files
committed
chore(parameters): add export types
1 parent 903e499 commit 7f8b08f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: packages/tracer/tests/helpers/tracesUtils.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ export {
314314
getInvocationSubsegment,
315315
splitSegmentsByName,
316316
invokeAllTestCases,
317-
ParsedDocument,
318-
ParsedSegment,
319-
ParsedTrace,
320-
AssertAnnotationParams,
317+
type ParsedDocument,
318+
type ParsedSegment,
319+
type ParsedTrace,
320+
type AssertAnnotationParams,
321321
};

0 commit comments

Comments
 (0)