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

4 lines
121 B
TypeScript
Raw Normal View History

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