@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
5 lines (4 loc) • 308 B
TypeScript
import { IExternalComponent } from './IExternalComponent';
import { IPostExternalComponentClosed } from './IPostExternalComponentClosed';
import { IPostExternalComponentOpened } from './IPostExternalComponentOpened';
export { IExternalComponent, IPostExternalComponentClosed, IPostExternalComponentOpened };