chore: Remove the utils

This commit is contained in:
J H
2024-03-18 14:31:01 -06:00
parent 8e2dc8b3ee
commit 5f40fd6038
28 changed files with 424 additions and 543 deletions

View File

@@ -1,3 +1,4 @@
import { ServiceInterfaceType } from "../StartSdk"
import {
AddressInfo,
Effects,
@@ -5,7 +6,6 @@ import {
Hostname,
HostnameInfo,
} from "../types"
import { ServiceInterfaceType } from "./utils"
export type UrlString = string
export type HostId = string