nestjs-telegraf/lib/interfaces/index.ts

4 lines
128 B
TypeScript
Raw Normal View History

export * from './context.interface';
2020-03-19 16:21:35 +03:00
export * from './telegraf-options.interface';
2021-01-02 01:27:01 +03:00
export * from './update-metadata.interface';