UNPKG

tyntec-sdk

Version:

TypeScript SDK for Tyntec Conversations API V3

7 lines (6 loc) 261 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'; export * from './templateManagement.types';