UNPKG

tyntec-sdk

Version:

TypeScript SDK for Tyntec Conversations API V3

6 lines (5 loc) 217 B
// Export the specific message types that are still needed from the individual files export * from './base.types'; export * from './interactive.types'; export * from './template.types'; export * from './media.types';