UNPKG

recime-bot-runtime

Version:

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

4 lines (3 loc) 71 B
export interface Provider { process(payload: any): Promise<any>; }