nestjs-telegraf/lib/decorators/core/index.ts
2022-07-09 18:49:34 +08:00

6 lines
192 B
TypeScript

export * from './update.decorator';
export * from './scene.decorator';
export * from './wizard.decorator';
export * from './inject-bot.decorator';
export * from './inject-all-bots.decorator';