chore: Update the types

This commit is contained in:
BluJ
2023-04-11 11:54:57 -06:00
parent 9810c222dd
commit be2019fda1
13 changed files with 188 additions and 101 deletions

View File

@@ -1,5 +1,5 @@
import { Daemon } from "../types";
import { ReadyProof } from "../health/ReadyProof";
import { ReadyProof } from "./ReadyProof";
export type RunningMainRet = {
[ReadyProof]: never;