nestjs-telegraf/lib/execution-context/index.ts

4 lines
135 B
TypeScript
Raw Normal View History

2021-01-03 01:30:57 +03:00
export * from './tg-arguments-host.interace';
export * from './telegraf-arguments-host';
2021-01-06 17:54:49 +03:00
export * from './telegraf-execution-context';