UNPKG

recime-bot-runtime

Version:

This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.

8 lines (7 loc) 205 B
import { Context } from './responder'; export declare class Sequence { private context; constructor(context: Context); subscribe(id: any): Promise<{}>; unsubscribe(id: any): Promise<{}>; }