interface IpcValidatedMessageimport { type IpcValidatedMessage } from "https://deno.land/x/pup@1.0.0-beta.20/lib/common/ipc.ts"; Propertiespid: number | nullsent: Date | nulldata: string | nullerrors: string[]