Skip to content

Commit be8bfbc

Browse files
committed
fix: export all types on ts client
1 parent 825f2c9 commit be8bfbc

File tree

1 file changed

+9
-1
lines changed
  • components/client/typescript/src

1 file changed

+9
-1
lines changed

components/client/typescript/src/index.ts

+9-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,13 @@ export class ChainhookEventObserver {
4848
}
4949
}
5050

51-
export * from './server';
51+
export * from './schemas/bitcoin/if_this';
52+
export * from './schemas/bitcoin/payload';
53+
export * from './schemas/common';
5254
export * from './schemas/payload';
55+
export * from './schemas/predicate';
56+
export * from './schemas/stacks/if_this';
57+
export * from './schemas/stacks/payload';
58+
export * from './schemas/stacks/tx_events';
59+
export * from './schemas/stacks/tx_kind';
60+
export * from './server';

0 commit comments

Comments
 (0)