mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
feat: Utils to do bindLan and have ipv4 and ipv6 if need be
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Daemon } from "../types";
|
||||
import { ReadyProof } from "./ReadyProof";
|
||||
import { Daemon } from "../types"
|
||||
import { ReadyProof } from "./ReadyProof"
|
||||
|
||||
export type RunningMainRet = {
|
||||
[ReadyProof]: never;
|
||||
daemon: Daemon;
|
||||
};
|
||||
[ReadyProof]: never
|
||||
daemon: Daemon
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user