UNPKG

@rocket.chat/apps-engine

Version:

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

7 lines (6 loc) 223 B
import type { IAppInfo } from '../../definition/metadata'; export declare class RequiredApiVersionError implements Error { name: string; message: string; constructor(info: IAppInfo, versionInstalled: string); }