nestjs-telegraf/lib/decorators/scene/index.ts
2021-08-03 17:03:16 +03:00

4 lines
123 B
TypeScript

export * from './scene-enter.decorator';
export * from './scene-leave.decorator';
export * from './wizard-step.decorator';