interface LogMessageimport { type LogMessage } from "https://deno.land/x/netzo@v0.1.85/cli/src/utils/api.types.ts"; Propertiestype: "message"time: stringmessage: stringlevel: | "debug" | "info" | "warning" | "error"region: string