interface Messageimport { type Message } from "https://deno.land/x/lume@v1.18.2/deps/esbuild.ts"; Propertiesid: stringpluginName: stringtext: stringlocation: Location | nullnotes: Note[]detail: anyOptional user-specified data that is passed through unmodified. You can use this to stash the original error, for example.