Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface PartialMessage
import { type PartialMessage } from "https://deno.land/x/esbuild@v0.14.52/mod.d.ts";

Properties

optional
id: string
optional
pluginName: string
optional
text: string
optional
location: Partial<Location> | null
optional
notes: PartialNote[]
optional
detail: any