mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-23 22:52:59 +03:00
fix(client): add miss export
This commit is contained in:
parent
6605578f36
commit
a5a9c07f8b
@ -1,5 +1,6 @@
|
||||
export { TelegramModule } from './telegram.module'
|
||||
export { TelegramBot } from './TelegramBot'
|
||||
export { TelegramClient } from './TelegramClient'
|
||||
|
||||
export { TelegramModuleOptionsFactory } from './TelegramModuleOptionsFactory'
|
||||
export { TelegramModuleOptions } from './TelegramModuleOptions'
|
||||
|
Loading…
Reference in New Issue
Block a user