Skip to content

Commit 97971de

Browse files
committed
chore: export only needed types
1 parent d0ea555 commit 97971de

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/index.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
import type {Components} from './openapi';
22

3-
export {Cortex} from './core/cortex';
3+
export type {
4+
ApiUrl,
5+
CastRunStepOutputSchema,
6+
PagedParams,
7+
PaginationResult,
8+
} from './types';
49

5-
export * from './types';
10+
export {Cortex} from './core/cortex';
611

712
export type Schema = Components['schemas'];

0 commit comments

Comments
 (0)