interface esbuild.Messageimport { type esbuild } from "https://deno.land/x/fastro@v0.85.0/http/build/deps.ts"; const { Message } = esbuild; 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.