UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

9 lines (8 loc) 409 B
export { ApiEndpoint } from './ApiEndpoint'; export { IApi, ApiVisibility, ApiSecurity } from './IApi'; export { IApiEndpoint } from './IApiEndpoint'; export { IApiEndpointInfo } from './IApiEndpointInfo'; export { IApiExample, example } from './IApiExample'; export { IApiRequest } from './IRequest'; export { IApiResponse } from './IResponse'; export { IApiEndpointMetadata } from './IApiEndpointMetadata';