Skip to content

Commit 97d2d57

Browse files
committed
export type
1 parent 6338b83 commit 97d2d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/src/compiler/JoinGraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { CubeEvaluator, MeasureDefinition } from './CubeEvaluator';
77
import type { CubeDefinition, JoinDefinition } from './CubeSymbols';
88
import type { ErrorReporter } from './ErrorReporter';
99

10-
type JoinEdge = {
10+
export type JoinEdge = {
1111
join: JoinDefinition,
1212
from: string,
1313
to: string,

0 commit comments

Comments
 (0)