export default interface JavaScriptMessage { action: string; channel?: string; params?: any; }