nestjs-telegraf/lib/decorators/core/index.ts

6 lines
192 B
TypeScript
Raw Normal View History

export * from './update.decorator';
export * from './scene.decorator';
export * from './wizard.decorator';
export * from './inject-bot.decorator';
2022-07-09 13:15:13 +03:00
export * from './inject-all-bots.decorator';