Skip to content

Commit 2e8f6a4

Browse files
author
Dmitry Leontev
committed
chore(api-gateway): Add export for request types
1 parent ff1af78 commit 2e8f6a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cubejs-api-gateway/src/interfaces.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ import {
3838
QueryRewriteFn,
3939
SecurityContextExtractorFn,
4040
ExtendContextFn,
41+
ResponseResultFn,
42+
QueryRequest
4143
} from './types/request';
4244

4345
export {
@@ -62,6 +64,8 @@ export {
6264
QueryRewriteFn,
6365
SecurityContextExtractorFn,
6466
ExtendContextFn,
67+
ResponseResultFn,
68+
QueryRequest,
6569
};
6670

6771
/**

0 commit comments

Comments
 (0)