fix: export all types on ts client

This commit is contained in:
Rafael Cardenas
2023-06-05 22:20:05 -05:00
parent 825f2c9cbe
commit be8bfbcf60

View File

@@ -48,5 +48,13 @@ export class ChainhookEventObserver {
}
}
export * from './server';
export * from './schemas/bitcoin/if_this';
export * from './schemas/bitcoin/payload';
export * from './schemas/common';
export * from './schemas/payload';
export * from './schemas/predicate';
export * from './schemas/stacks/if_this';
export * from './schemas/stacks/payload';
export * from './schemas/stacks/tx_events';
export * from './schemas/stacks/tx_kind';
export * from './server';