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

4 lines
123 B
TypeScript
Raw Normal View History

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