declare var RED:any;


/** Define Global RED object so that VScode typescript stops whinging. */

//import { EditorRED } from "node-red";

// declare global {
//     var RED:any;
// }


// WARNING: See https://github.com/microsoft/TypeScript/issues/15626#issuecomment-933451904
//          Don't put anything other than globals in this file
