Type alias debugStatus

debugStatus: { debug: string; dmesg: string; status: "requested" | "processing" | "success" }

Type declaration

  • debug: string
  • dmesg: string

    The dmesg logs

  • status: "requested" | "processing" | "success"

Generated using TypeDoc