type alias CompilationErrorimport { type CompilationError } from "https://deno.land/x/solc@2.1.7/types.ts"; definition: { component: "general" | string; errorCode: string; formattedMessage: string; message: string; severity: "error" | "warning"; sourceLocation: { end: number; file: string; start: number; }; type: "Warning" | "Parser" | string; }