UNPKG

recime-bot-runtime

Version:

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

11 lines (10 loc) 193 B
interface Context { id: String; dir?: String; title?: String; description?: String; } export declare class Dialog { static html(context: Context): Promise<{}>; } export {};