Skip to content

Commit cbe0411

Browse files
authored
chore: export Data type from index file (#75)
export types from index
1 parent b0f85aa commit cbe0411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// :copyright: Copyright (c) 2016 ftrack
22

3-
export * from "./session";
4-
53
export * from "./event";
64
export * from "./event_hub";
5+
export * from "./session";
6+
export * from "./types";
77

88
export * as error from "./error";
99
export * as operation from "./operation";

0 commit comments

Comments
 (0)