interfaceErrorContext{ Â Â Â Â column?:number; Â Â Â Â expected?:string[]; Â Â Â Â length?:number; Â Â Â Â line?:number; Â Â Â Â stackTrace?:string[]; Â Â Â Â suggestions?:string[]; Â Â Â Â token?:string; Â Â Â Â type:"LexError"|"ParseError"|"RuntimeError"|"ModuleError"; Â Â Â Â variables?:Record<string,any>; }