UNPKG

@showbridge/lib

Version:

Main library for showbridge protocol router

8 lines (7 loc) 271 B
import { ShellActionParams } from '@showbridge/types'; import { Message } from '../messages/index.js'; import Action from './action.js'; declare class ShellAction extends Action<ShellActionParams> { _run(_msg: Message, vars: any): void; } export default ShellAction;