mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-31 04:33:40 +00:00
chore: Adding mainFn helpers
This commit is contained in:
7
lib/mainFn/RunningMainRet.ts
Normal file
7
lib/mainFn/RunningMainRet.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Daemon } from "../types";
|
||||
import { ReadyProof } from "../health/ReadyProof";
|
||||
|
||||
export type RunningMainRet = {
|
||||
[ReadyProof]: never;
|
||||
daemon: Daemon;
|
||||
};
|
||||
Reference in New Issue
Block a user