Skip to content

Commit 3c391fd

Browse files
committed
export type
1 parent 75e9cdd commit 3c391fd

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)